add git alias
This commit is contained in:
parent
669ff43ec0
commit
ead6118efb
@ -44,6 +44,7 @@
|
|||||||
unstage = "reset HEAD --"
|
unstage = "reset HEAD --"
|
||||||
count = "rev-list --count --all"
|
count = "rev-list --count --all"
|
||||||
tags = "for-each-ref --sort=-creatordate --format '%(refname:strip=2)' refs/tags"
|
tags = "for-each-ref --sort=-creatordate --format '%(refname:strip=2)' refs/tags"
|
||||||
|
initci = "commit --allow-empty -m 'Initial commit'"
|
||||||
|
|
||||||
# edit conflicted file on merge
|
# edit conflicted file on merge
|
||||||
edit-unmerged = "!$EDITOR $(git ls-files --unmerged | cut -f2 | sort -u)"
|
edit-unmerged = "!$EDITOR $(git ls-files --unmerged | cut -f2 | sort -u)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user