You are viewing a single comment's thread from:
RE: Good news
Just make sure all workstations execute a script: on-fire-alarm.sh
#!/bin/bash
git stash --all
git pull --rebase
git checkout stash -- .
git stash drop
git commit -a -m "Fire alarm. Clean this up later."
git push