Skip to content

Instantly share code, notes, and snippets.

@sarthaksavvy
sarthaksavvy / .gitconfig
Last active September 15, 2021 19:21
Git configuration
[alias]
acm = "!f() { git add . && git commit -m \"$(echo $@)\"; }; f";
com = checkout master
cob = checkout -b
b = branch
p = push
pl = pull
s = status