Created
November 28, 2011 12:18
-
-
Save jarinudom/1400195 to your computer and use it in GitHub Desktop.
Revisions
-
jarinudom revised this gist
Nov 28, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ git config --global alias.rma '!sh -c "git diff -z --name-only --diff-filter=D | xargs -0 git rm"' -
jarinudom revised this gist
Nov 28, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ git config --global alias.rma '!sh -c "git diff -z --name-only --diff-filter=D | xargs -0 git rm" -
jarinudom created this gist
Nov 28, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ git config alias.rma '!sh -c "git diff -z --name-only --diff-filter=D | xargs -0 git rm"