Skip to content

Instantly share code, notes, and snippets.

@ktimothy
Last active March 13, 2020 17:05
Show Gist options
  • Save ktimothy/3205765 to your computer and use it in GitHub Desktop.
Save ktimothy/3205765 to your computer and use it in GitHub Desktop.
git config
[alias]
h = log --pretty=format:\"%h \\\"%s\\\" by %an %ci (%ai)\" -10 --graph
s = status
a = log -g --pretty=format:\"%h %cd %ad \\\"%s\\\" by %an (%cn)\" --all
p = pull --rebase
pff = push --force
[user]
name = Tim Kovalev
email = timothy.kovalev@gmail.com
[core]
editor = "sublime -w"
[merge]
conflictstyle = diff3
[push]
default = current
[pull]
default = current
[branch]
autosetuprebase = always
autosetupmerge = true
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment