This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-04-13 22:21:47 +00:00 committed by admin
parent da05f77f7a
commit 268f2dc710

View file

@ -19,3 +19,10 @@ which would do
git push
Resulting in commands that are totally analogous to git push & pull: Sync all data from/to a remote.
> Update:
This is useful:
git config [--global] alias.annex-push '!git pull && git annex add . && git annex copy . --to $REMOTE --fast --quiet && git commit -a -m "$HOST $(date +%F--%H-%M-%S-%Z)" && git push'