modifications to obtain working environment

This commit is contained in:
2016-06-19 15:31:31 +01:00
parent 0bf1741698
commit 941a089d66
17 changed files with 41 additions and 103 deletions

View File

@@ -1,9 +1,9 @@
# gitconfig
[user]
name = Nick Nisi
email = nick@nisi.org
name = Rik Veenboer
email = rik.veenboer@gmail.com
[github]
user = nicknisi
user = Boukefalos
[init]
templatedir = ~/.dotfiles/git/templates
[alias]
@@ -143,13 +143,6 @@
[grep]
extendRegexp = true
lineNumber = true
[credential]
helper = osxkeychain
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustexitcode = true
[rebase]
instructionFormat = "[%an - %ar] %s"
[pager]