Skip to content

Instantly share code, notes, and snippets.

View artembelik's full-sized avatar
🚀
Focusing

Artem Belik artembelik

🚀
Focusing
View GitHub Profile
@artembelik
artembelik / .gitconfig
Last active February 27, 2024 19:04
My .gitconfig aliases
[user]
name = <NAME>
email = <EMAIL>
[alias]
# checkout
co = checkout
cob = co -b
com = co master
cod = co develop
# commit