Add some git aliases.
This commit is contained in:
@@ -8,12 +8,15 @@
|
|||||||
ignore-changes = "update-index --assume-unchangend"
|
ignore-changes = "update-index --assume-unchangend"
|
||||||
unignore-changes = "update-index --no-assume-unchanged"
|
unignore-changes = "update-index --no-assume-unchanged"
|
||||||
visual = "!gitk"
|
visual = "!gitk"
|
||||||
|
staged = "diff --staged"
|
||||||
|
|
||||||
co = "checkout"
|
co = "checkout"
|
||||||
ci = "commit"
|
ci = "commit"
|
||||||
st = "status"
|
st = "status"
|
||||||
br = "branch"
|
br = "branch"
|
||||||
rb = "rebase"
|
rb = "rebase"
|
||||||
|
df = "diff"
|
||||||
|
|
||||||
|
|
||||||
last = "log -1 HEAD"
|
last = "log -1 HEAD"
|
||||||
[core]
|
[core]
|
||||||
|
|||||||
Reference in New Issue
Block a user