From 10f1b48834fbcc2fbf05b2112075d38436830ae4 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 10 Jan 2017 12:08:17 +0100 Subject: cleanup --- git/gitconfig.symlink.example | 38 -------------------------------------- git/gitignore.symlink | 3 --- 2 files changed, 41 deletions(-) delete mode 100644 git/gitconfig.symlink.example delete mode 100644 git/gitignore.symlink (limited to 'git') diff --git a/git/gitconfig.symlink.example b/git/gitconfig.symlink.example deleted file mode 100644 index 0f12706..0000000 --- a/git/gitconfig.symlink.example +++ /dev/null @@ -1,38 +0,0 @@ -# Sample gitconfig -# - -[hub] - protocol = https -[user] - name = AUTHORNAME - email = AUTHOREMAIL -[credential] - helper = GIT_CREDENTIAL_HELPER -[alias] - co = checkout - promote = !$ZSH/bin/git-promote - wtf = !$ZSH/bin/git-wtf - rank-contributors = !$ZSH/bin/git-rank-contributors - count = !git shortlog -sn -[color] - diff = auto - status = auto - branch = auto - ui = true -[core] - excludesfile = ~/.gitignore - editor = vim -[apply] - whitespace = nowarn -[mergetool] - keepBackup = false -[difftool] - prompt = false -[help] - autocorrect = 1 -[push] - # See `git help config` (search for push.default) - # for more information on different options of the below setting. - # - # Setting to git 2.0 default to suppress warning message - default = simple diff --git a/git/gitignore.symlink b/git/gitignore.symlink deleted file mode 100644 index 6fd41c0..0000000 --- a/git/gitignore.symlink +++ /dev/null @@ -1,3 +0,0 @@ -.DS_Store -*~ -*.swp -- cgit v1.2.3