Skip to content
Snippets Groups Projects
Commit b30f5b3c authored by Chris Coley's avatar Chris Coley
Browse files

Adding new aliases for 'git status' and 'git status --ignored'

parent 219f4da1
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
[alias] [alias]
alias = config --get-regexp ^alias\\. alias = config --get-regexp ^alias\\.
stat = status stat = status
st = status
sti = status --ignored
last = show --name-status HEAD last = show --name-status HEAD
changed = show --name-status changed = show --name-status
unstage = reset HEAD -- unstage = reset HEAD --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment