Skip to content

Instantly share code, notes, and snippets.

View AlejandroBudy's full-sized avatar
⚙️
Developing

Alejandro AlejandroBudy

⚙️
Developing
View GitHub Profile
@AlejandroBudy
AlejandroBudy / .gitconfig
Created April 20, 2022 14:15 — forked from johnpolacek/.gitconfig
My current .gitconfig aliases
[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 .