mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Add status file listing aliases
This commit is contained in:
parent
fb207d7e6c
commit
ddf2797630
1 changed files with 2 additions and 0 deletions
|
|
@ -41,3 +41,5 @@
|
|||
undo = reset HEAD~1 --mixed
|
||||
backup = !git push origin/backup/$(whoami)/$(git branch)
|
||||
lint = !git branch --merged | grep -v \"^\\s*master$\" | grep -v \"\\*\" | xargs -n 1 git branch -d
|
||||
modified = !git status --porcelain | perl -ne '/^M (.*)/ and print \"$1\\n\"'
|
||||
conflicts = !git status --porcelain | perl -ne '/^UU (.*)/ and print \"$1\\n\"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue