git annex push

Richard Hartmann richih.mailinglist at gmail.com
Thu Apr 14 00:25:31 CEST 2011


Hi all,

this, or some modification, might be useful for you:

    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'


Richard


More information about the vcs-home mailing list