Skip to content

Instantly share code, notes, and snippets.

View themse's full-sized avatar
🇺🇦
this is the way

D Themse themse

🇺🇦
this is the way
View GitHub Profile
@themse
themse / .gitconfig
Last active April 10, 2022 13:56
Base Environment Config
[user]
name = YourName
email = mail@example.com
[core]
editor = vim
autocrlf = false
[alias]
lg = log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --graph
co = checkout
ci = commit