git ssb

0+

clacke / gists



Commit a774e9f2b97c7680d1227ce913597a17026d4de3

Update config

Claes Wallin (韋嘉誠) committed on 10/20/2016, 11:30:41 AM
Parent: c3f5635d0422027748290dbc3838b94ab69ad5a7

Files changed

.config/git/configchanged
.config/git/configView
@@ -2,8 +2,9 @@
22 tool = meld
33 [alias]
44 ad = "!bash -c \"if [[ \\$# == 0 ]]; then exec git add .; else exec git add \\\"\\$@\\\"; fi\""
55 lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset'
6 + lr = log --walk-reflogs --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset'
67 st = status --short
78 amend = commit --amend --no-edit --reset-author
89 gco = !bash -c 'git fetch gerrit \"$1\" && git checkout FETCH_HEAD' git-gco
910 fc = "!bash -ec 'change=\"$1\"; prefix=\"${change:3:2}\"; git fetch gerrit \"refs/changes/${prefix}/${change}/*:refs/remotes/gerrit/changes/${prefix}/${change}/*\"' git-fc"

Built with git-ssb-web