mirror of
https://github.com/zoriya/flake.git
synced 2026-05-27 16:42:21 +00:00
Add cool git alias for master
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
gs = "git status";
|
||||
gl = "git log";
|
||||
gu = "git pull";
|
||||
gswm = "git switch $(git master)";
|
||||
grbm = "git rebase origin/$(git master)";
|
||||
gcam = "git commit --amend";
|
||||
gcamn = "git commit --amend --no-edit";
|
||||
gcpf = "gaa && gcamn && gpf";
|
||||
|
||||
Reference in New Issue
Block a user