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
Loading
......@@ -17,6 +17,8 @@
[alias]
alias = config --get-regexp ^alias\\.
stat = status
st = status
sti = status --ignored
last = show --name-status HEAD
changed = show --name-status
unstage = reset HEAD --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment