Skip to content

Commit 5f02fdf

Browse files
committedMar 12, 2018
FIX Changed shortcut away from gid which breaks real gid
1 parent fe7da63 commit 5f02fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎bash/bash-aliases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ alias gic='git commit -m'
1212
alias gica='git commit --amend'
1313
alias gip='git push'
1414
alias gil='git pull'
15-
alias gid='git diff'
16-
alias gids='git diff --staged'
15+
alias gif='git diff'
16+
alias gifs='git diff --staged'
1717
alias gis='git status'
1818
```

0 commit comments

Comments
 (0)