Skip to content

Instantly share code, notes, and snippets.

@codeswimmer
Last active December 21, 2015 15:49
Show Gist options
  • Save codeswimmer/6329072 to your computer and use it in GitHub Desktop.
Save codeswimmer/6329072 to your computer and use it in GitHub Desktop.
my .gitconfig file
[color "diff"]
meta = blue black bold
ui = true
[core]
editor = mate -w
[github]
user = codeswimmer
token = a99dfdd250ec9af4352a1c416cede0e8
[push]
default = simple
[user]
name = Code Swimmer
email = codeswimmer@gmail.com
[alias]
co = checkout
ci = commit
st = status
br = branch
dt = difftool
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
discard = checkout -- .
one = log --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment