fish: Add some git
aliases
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
8d4778c90f
commit
7e4325b8bd
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
"gc" = "git commit --verbose --gpg-sign --signoff";
|
||||
"gc!" = "git commit --verbose --gpg-sign --signoff --amend";
|
||||
"gst" = "git status";
|
||||
"gd" = "git diff";
|
||||
"grbi" = "git rebase -i";
|
||||
"grba" = "git rebase --abort";
|
||||
"grbc" = "git rebase --continue";
|
||||
"gdca" = "git diff --cached";
|
||||
"gapa" = "git add --patched";
|
||||
"glola" = "git log --graph --pretty=\"%G?-%C(magenta)%h %C(yellow)(%al)%C(cyan): %s\" --color=always";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue