Merge remote-tracking branch 'branchable/master'

This commit is contained in:
Joey Hess 2011-04-14 11:18:59 -04:00
commit 7b9f799a77
4 changed files with 24 additions and 0 deletions

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'

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY"
nickname="Yaroslav"
subject="comment 4"
date="2011-04-13T17:53:26Z"
content="""
.1 cents: Having IRC would be really nice for seeking quick help. E.g. like I was trying to do now, google lead me to this page.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ"
nickname="Christian"
subject="comment 5"
date="2011-04-14T11:24:59Z"
content="""
I would also like an git-annex channel. Would be #git-annex@OFTC ok?
"""]]

View file

@ -0,0 +1 @@
To implement things like my custom `git annex-push` without the dash, i.e. `git annex push`, an alias system for git-annex would be nice.