[READ-ONLY] Mirror of https://github.com/mrgnw/git. git config
0

Configure Feed

Select the types of activity you want to include in your feed.

remove comments

-13
-13
alias
··· 8 8 # aliases = open this 9 9 10 10 a = add 11 - 12 11 b = branch 13 - # b = git checkout -b 14 - 15 - # clear_merged = f(){ 16 - # git branch -d $(git branch --merged=master | grep -v master) 17 - # } 18 - 19 - # extract_untracked() { 20 - # rsync -R $(git ls-files --others) "$1" 21 - # git clean -f 22 - # } 23 - 24 12 c = commit 25 - 26 13 d = diff 27 14 f = fetch 28 15 g = grep