Compare commits
1 Commits
1614f5757a
...
f1e72b3cf7
Author | SHA1 | Date | |
---|---|---|---|
|
f1e72b3cf7 |
@ -70,7 +70,7 @@ alias cont='git rebase --continue'
|
||||
|
||||
alias branch_clean='git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d'
|
||||
|
||||
alias git_parent='git show-branch | grep "[-\*] \[" | grep -v `git rev-parse --abbrev-ref HEAD` | head -n1 | sed "s/.*\[\(.*\)\].*/\1/"'
|
||||
alias git_parent='git show-branch | grep "[\*]" | grep -v `git rev-parse --abbrev-ref HEAD` | head -n1 | sed "s/.*\[\(.*\)\].*/\1/"'
|
||||
|
||||
alias log='git log --graph --decorate --oneline'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user