Commit 7dc55665 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Initial commit to git, added git configurations!

parents
Loading
Loading
Loading
Loading

.config/git/ignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Ignore backups of depricated or heavily modified files
*.old

.gitconfig

0 → 100644
+24 −0
Original line number Diff line number Diff line
[user]
	email = dom@kodo.org.uk
	name = Dom Sekotill

[merge]
	conflictstyle = diff3
	defaultToUpStream = yes

[alias]
	graph = log --graph --decorate --color
	fast-forward = merge --ff-only
	stat = status -sb
	oops = commit --amend --no-edit
	s = status
	d = diff
	statsu = status
	co = checkout

[color]
	ui = true
[rerere]
	enabled = 1
[push]
	default = simple

.gitignore

0 → 100644
+3 −0
Original line number Diff line number Diff line
# ignore non-dotfiles
/*
!/.*