๐Ÿ“ฆ andreifilip123 / dotfiles

๐Ÿ“„ .gitconfig ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13[user]
	name = Filip Taifas
	email = andreifilip123@gmail.com
[push]
	default = simple
[core]
	excludesfile = /Users/$USER/.gitignore_global
	editor = nvim
[hub]
    protocol = ssh
[alias]
	unstage = reset HEAD --