This commit is contained in:
parent
da05f77f7a
commit
268f2dc710
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue