This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmWBvsZvSsAL8P2ye3F0OBStjFCVnOImzM 2014-11-28 00:17:28 +00:00 committed by admin
parent 7c59dc271e
commit 70f997e5de

View file

@ -0,0 +1,9 @@
I'd like to provide a team of some non-technical Windows (=direct mode) users with the following git-shell scripts to make collaboration safer than with plain "sync":
1) **update-changes-from-others.sh** -- Like sync, but don't commit any local changes. Merge them like sync, don't discard.
2) **sync-all-but-deletes.sh** -- Like sync but don't commit any deletions (-> renames may become additions).
3) **discard-all-my-changes.sh** -- Forcibly discard all local changes, then checkout and get latest master head.
Any pointers on how to approach implementing these safely?