git aliases
This commit is contained in:
@@ -52,6 +52,18 @@
|
||||
nn = "nano";
|
||||
m = "micro";
|
||||
c = "codium";
|
||||
g = "git";
|
||||
# gst = "git status";
|
||||
gps = "git push";
|
||||
gpl = "git pull";
|
||||
gad = "git add";
|
||||
gcm = "git commit -m ";
|
||||
gsh = "git stash";
|
||||
gsp = "git stash pop";
|
||||
glg = "git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all";
|
||||
gll = "git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'";
|
||||
gmt = "git_monitor";
|
||||
|
||||
code = "codium";
|
||||
# ya = "yazi"; # function
|
||||
nxfiglet = "figlet";
|
||||
|
||||
Reference in New Issue
Block a user