git: add gcl (git clone) alias

This commit is contained in:
Sijmen 2022-08-10 13:25:15 +02:00
parent 73d73991c7
commit 79131a5b5e
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
ga = "git add";
gc = "git commit";
gcl = "git clone";
gcm = "git commit -m";
gl = "git pull";
gla = "git pull --autostash";