Skip to content

Instantly share code, notes, and snippets.

View naveenvignesh5's full-sized avatar
🎯
Focusing

Naveen Vignesh.B naveenvignesh5

🎯
Focusing
View GitHub Profile
@naveenvignesh5
naveenvignesh5 / .gitconfig
Last active April 30, 2023 08:19
My Git Alias config
[alias]
co = checkout
cob = checkout -b
coo = !git fetch && git checkout
br = branch
brd = branch -d
brD = branch -D
merged = branch --merged
st = status
aa = add -A .