Skip to content

Instantly share code, notes, and snippets.

View architgarg's full-sized avatar
🔥
Working on something new. Stay tuned!

Archit Garg architgarg

🔥
Working on something new. Stay tuned!
View GitHub Profile
@architgarg
architgarg / .gitconfig
Last active January 15, 2024 07:52
Awesome git aliases - [For Medium Article]
[alias]
br = branch
st = status -s -b
lg = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative -20
ac = !git add -A && git commit -m
oops = !git add -A && git commit --amend --no-edit
unstash = stash pop
bd = branch -D