Skip to content

Instantly share code, notes, and snippets.

View f-karagoz's full-sized avatar
🎯
Focusing

Furkan f-karagoz

🎯
Focusing
View GitHub Profile
@f-karagoz
f-karagoz / .gitconfig
Created February 1, 2023 23:34 — forked from DuaelFr/.gitconfig
Useful git config
[alias]
a = add
aa = add -A
ac = "!f() { curl $@ | git apply --index; }; f"
ac3 = "!f() { curl $@ | git apply -3 --index; }; f"
amend = commit --amend -C HEAD
ap = add -p
app = apply --index
br = branch
cb = checkout -b