|
|
@ -34,12 +34,13 @@ |
|
|
|
df = diff |
|
|
|
df = diff |
|
|
|
|
|
|
|
|
|
|
|
br = branch |
|
|
|
br = branch |
|
|
|
|
|
|
|
cb = !git branch | grep "\\*" |
|
|
|
|
|
|
|
|
|
|
|
st = status |
|
|
|
st = status |
|
|
|
|
|
|
|
|
|
|
|
p = pull |
|
|
|
p = pull |
|
|
|
u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD)" |
|
|
|
u = "!echo git push origin $(git rev-parse --abbrev-ref HEAD)" |
|
|
|
ua = !g remote -v | awk '{ print $1 }' | uniq | xargs -IL echo "git push L $(git branch | grep '\*' | awk '{ print $2 }')" |
|
|
|
up = "!git remote -v | awk '{ print $1 }' | uniq | xargs -IL echo git push L $(git cb | awk '{ print $2 }')" |
|
|
|
|
|
|
|
|
|
|
|
co = checkout |
|
|
|
co = checkout |
|
|
|
|
|
|
|
|
|
|
|