Compare commits
1 Commits
edf76874fc
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 549b420df2 |
@@ -1,3 +1,4 @@
|
|||||||
|
[alias]
|
||||||
a = "add"
|
a = "add"
|
||||||
aa = "add --all" # add all unstaged into index
|
aa = "add --all" # add all unstaged into index
|
||||||
aliases = "config --get-regexp '^alias.*'" # show all aliases
|
aliases = "config --get-regexp '^alias.*'" # show all aliases
|
||||||
@@ -119,6 +120,7 @@ undo = "uncommit"
|
|||||||
unstage = "reset HEAD" # staged file => unstaged
|
unstage = "reset HEAD" # staged file => unstaged
|
||||||
upstream-branch = "!git for-each-ref --format='%(upstream:short)' $(git symbolic-ref -q HEAD)"
|
upstream-branch = "!git for-each-ref --format='%(upstream:short)' $(git symbolic-ref -q HEAD)"
|
||||||
user = "config --local --get-regexp '^user'" # show local user settings (in current repo)
|
user = "config --local --get-regexp '^user'" # show local user settings (in current repo)
|
||||||
|
vacuum="!git reflog expire --expire-unreachable=now --all; git gc --prune=now"
|
||||||
whoami = "user"
|
whoami = "user"
|
||||||
wip = "!git add . && git commit -am 'WIP'"
|
wip = "!git add . && git commit -am 'WIP'"
|
||||||
wipa = "!git add . && git commit --amend -am 'WIP'"
|
wipa = "!git add . && git commit --amend -am 'WIP'"
|
||||||
|
|||||||
Reference in New Issue
Block a user