Skip to content

Instantly share code, notes, and snippets.

@BrechtBonte
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrechtBonte/a77f7b19211e4fb04a9a to your computer and use it in GitHub Desktop.
Save BrechtBonte/a77f7b19211e4fb04a9a to your computer and use it in GitHub Desktop.
hit updrachtjes
[user]
name = <your name>
email = <your email>
[credential]
helper = osxkeychain
[color]
ui = auto
[alias]
trekn = pull
drukn = push
tupesmitten = merge
waejewelgedoan = status
tisgank = init
typmariet = commit
utsjekn = pull
smitmaopdenuup = stash
oaleteraf = stash pop
kerekewere = revert
kesse = checkout
loatmozittn = reset HEAD
wuk = help
wukejewelgedoan = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
kerze-pakkeu = cherry-pick
[core]
whitespace = trailing-space,space-before-tab,indent-with-non-tab
editor = nano
excludesfile = ~/.gitignore_global
autocrlf = input
# safecrlf = true
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
@BrechtBonte
Copy link
Author

add alias commands to ~/.gitconfig
for added effect, link git to hit with ln -s /usr/bin/git /usr/bin/hit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment