This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Craig Vyvial | |
email = cp16net@gmail.com | |
[color] | |
ui = true | |
branch = auto | |
diff = auto | |
interactive = auto | |
status = auto | |
# common alias | |
[alias] | |
s = status -s -b -uno | |
st = status | |
br = branch | |
ba = branch -a -v -v | |
co = checkout | |
# exotic alias | |
[alias] | |
# when was this file last updated, on each local branch | |
wwflu = "!f() { for b in $(git rev-parse --symbolic --branches); do echo -e `git log --format=%at:%ar -1 $b -- \"$1\"`\\\\t$b; done | sort -r |cut -f2 -d: ; }; f" |
No comments:
Post a Comment