git branch list with last change stamp
This commit is contained in:
@@ -30,7 +30,7 @@ git_alias brd 'branch -d'
|
|||||||
git_alias brD 'branch -D'
|
git_alias brD 'branch -D'
|
||||||
git_alias wipe $'!sh -c \'git push $1 --delete $2\' -'
|
git_alias wipe $'!sh -c \'git push $1 --delete $2\' -'
|
||||||
git_alias sw switch
|
git_alias sw switch
|
||||||
git_alias rename "branch -m"
|
git_alias brl "for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'"
|
||||||
|
|
||||||
git_alias co checkout
|
git_alias co checkout
|
||||||
git_alias cob "checkout -b"
|
git_alias cob "checkout -b"
|
||||||
|
|||||||
Reference in New Issue
Block a user