git aliases

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-23 21:06:10 +02:00
parent 603d33be22
commit 135eea9984
4 changed files with 37 additions and 50 deletions

View File

@@ -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";