mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
shell: add aliases
This commit is contained in:
parent
552a6d8f42
commit
f9791ff888
2 changed files with 3 additions and 1 deletions
|
|
@ -39,9 +39,11 @@
|
|||
gs = "git status";
|
||||
ga = "git add";
|
||||
gc = "git commit";
|
||||
gcm = "git commit -m";
|
||||
gp = "git push";
|
||||
gl = "git log";
|
||||
gd = "git diff";
|
||||
gdc = "git diff --cached";
|
||||
gco = "git checkout";
|
||||
gb = "git branch";
|
||||
gm = "git merge";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue