Removed g= because conflict with shell. Add gdiff.

This commit is contained in:
Will Hilton 2016-02-11 19:42:37 -05:00
parent 402e56cdff
commit 9e10d0319b
2 changed files with 2 additions and 2 deletions

2
bin/g
View file

@ -35,7 +35,7 @@ git status \
| grep -v 'nothing added to commit but untracked files present (use "git add" to track)'
;;
= | stage)
'=' | stage)
if [ -z "$2" ]; then
echo Staging all modified files
git add -u :/

View file

@ -1,2 +1,2 @@
#!/bin/bash
g = "$@"
g diff "$@"