Created
October 30, 2013 13:46
-
-
Save renaud/7232958 to your computer and use it in GitHub Desktop.
aliases to list files to add/delete from git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gita="git status | egrep 'modified: ' | sed $'s/#\tmodified:/git add/g'" | |
alias gitd="git status | egrep 'deleted: ' | sed $'s/#\tdeleted:/git rm/g'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment