Add quickclone git alias

This commit is contained in:
ItsDrike 2021-12-02 17:31:04 +01:00
parent 0c8ef04e62
commit f8540e0b70
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -3,6 +3,8 @@
email = itsdrike@protonmail.com
signingkey = FB8CA11A2CF3A843
[alias]
quickclone = "clone --single-branch --depth=1"
m = "merge"
p = "push"
pl = "pull"