Skip to content
Snippets Groups Projects
Commit 96632aab authored by Tim van Deurzen's avatar Tim van Deurzen
Browse files

Add basic global git config.

parent cc2f047e
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,8 @@
[dunst.files.dunst]
target = "~/.config/dunst/"
type = "symbolic"
[git.files.gitconfig]
target = "~/.gitconfig"
type = "symbolic"
[user]
email = tim@kompiler.org
name = Tim van Deurzen
[alias]
co = checkout
br = branch
ci = commit
st = status
di = diff --word-diff=plain --color-moved=plain
[pull]
rebase = true
[url "ssh://git@gitlab.dopey.blockport.io"]
insteadOf = https://gitlab.dopey.blockport.io
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment