Removed g= because conflict with shell. Add gdiff.
This commit is contained in:
parent
402e56cdff
commit
9e10d0319b
2 changed files with 2 additions and 2 deletions
2
bin/g
2
bin/g
|
|
@ -35,7 +35,7 @@ git status \
|
||||||
| grep -v 'nothing added to commit but untracked files present (use "git add" to track)'
|
| grep -v 'nothing added to commit but untracked files present (use "git add" to track)'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
= | stage)
|
'=' | stage)
|
||||||
if [ -z "$2" ]; then
|
if [ -z "$2" ]; then
|
||||||
echo Staging all modified files
|
echo Staging all modified files
|
||||||
git add -u :/
|
git add -u :/
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
g = "$@"
|
g diff "$@"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue