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 /* !/.* 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 /* !/.*