ftp -o - https://jcs.org/move_in | sh -
1[user]
2 email = jcs@jcs.org
3 name = joshua stein
4
5[alias]
6 catchup = !git fetch upstream && git rebase upstream/master
7 diff-remote = diff origin..master
8 ff = pull --ff-only
9 fixup = rebase -i HEAD~5
10 tree = log --graph --pretty=format:'[%h] [%<(8,trunc)%al] [%cs] %<(50,trunc)%s' --abbrev-commit
11 touch = commit --amend --reset-author --no-edit
12[commit]
13 verbose = true
14[push]
15 default = simple
16[color]
17 ui = never
18[diff]
19 compaction-heuristic = true
20 noprefix = true
21[http]
22 cookiefile = /home/jcs/.gitcookies
23[rebase]
24 autostash = true