This commit is contained in:
parent
9a8861c08f
commit
708ae03681
1 changed files with 21 additions and 0 deletions
21
doc/forum/bainstormning:_git_annex_push___38___pull.mdwn
Normal file
21
doc/forum/bainstormning:_git_annex_push___38___pull.mdwn
Normal file
|
@ -0,0 +1,21 @@
|
|||
Wouldn't it make sense to offer
|
||||
|
||||
git annex pull
|
||||
|
||||
which would basically do
|
||||
|
||||
git pull
|
||||
git annex get
|
||||
|
||||
and
|
||||
|
||||
git annex push
|
||||
|
||||
which would do
|
||||
|
||||
git annex commit .
|
||||
git annex put # (the proposed "send to default annex" command)
|
||||
git commit -a -m "$HOST $(date +%F-%H-%M-%S)" # or similar
|
||||
git push
|
||||
|
||||
Resulting in commands that are totally analogous to git push & pull: Sync all data from/to a remote.
|
Loading…
Reference in a new issue