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