Skip to content

Commit

Permalink
Remove token (that I rejected now anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszs committed Jan 20, 2015
1 parent 31e9cdd commit c5420bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = Miles Z. Sterrett
email = [email protected]
name = Miles Z. Sterrett
email = [email protected]

[apply]
whitespace = strip
Expand All @@ -23,13 +23,13 @@
l1 = log --pretty=oneline --abbrev-commit --decorate
lp = log -p
who = shortlog -s --
datetag = !git tag `date \"+%Y%m%d%H%M\"`
datetag = !git tag `date \"+%Y%m%d%H%M\"`
churn = "!f() { git log --all -M -C --name-only --format='format:' \"$@\" | sort | grep -v '^$' | uniq -c | sort | awk 'BEGIN {print \"count\tfile\"} {print $1 \"\t\" $2}' | sort -g; }; f"

edit-unmerged = "!f() { git ls-files --unmerged | cut -f2 | sort -u ; }; vim -p `f`"
add-unmerged = "!f() { git ls-files --unmerged | cut -f2 | sort -u ; }; git add `f`"

[github]
user = mileszs
token = 9b0bc636d124a7f14b23c86df36064ac
[merge]
tool = vimdiff
tool = vimdiff

0 comments on commit c5420bf

Please sign in to comment.