mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +00:00
feat: more git aliases
This commit is contained in:
parent
53cdc8b5cb
commit
bcfe50d3ca
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@
|
|||
"ga" = "git add";
|
||||
"gc" = "git commit";
|
||||
"gr" = "git stash && gicm && git rebase main";
|
||||
"gs" = "git status";
|
||||
"gl" = "git log";
|
||||
"gp" = "git push";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue