git branch list with change stamp
This commit is contained in:
@@ -29,11 +29,12 @@ git_alias br branch
|
||||
git_alias brd 'branch -d'
|
||||
git_alias brD 'branch -D'
|
||||
git_alias wipe $'!sh -c \'git push $1 --delete $2\' -'
|
||||
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 cob "checkout -b"
|
||||
git_alias sw switch
|
||||
|
||||
git_alias ci commit
|
||||
git_alias cif "commit --fixup"
|
||||
|
||||
Reference in New Issue
Block a user