We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd22e5d + 325e9be commit af5916eCopy full SHA for af5916e
aliases/available/git.aliases.bash
@@ -19,13 +19,17 @@ alias gs='git status'
19
alias gss='git status -s'
20
alias gsu='git submodule update --init --recursive'
21
alias gl='git pull'
22
+alias glum='git pull upstream master'
23
alias gpr='git pull --rebase'
24
alias gpp='git pull && git push'
25
alias gup='git fetch && git rebase'
26
alias gp='git push'
27
alias gpo='git push origin'
28
alias gpu='git push --set-upstream'
29
alias gpom='git push origin master'
30
+alias gr='git remote'
31
+alias grv='git remote -v'
32
+alias gra='git remote add'
33
alias gdv='git diff -w "$@" | vim -R -'
34
alias gc='git commit -v'
35
alias gca='git commit -v -a'
0 commit comments