Skip to content

Commit

Permalink
fixing tab in gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 7, 2010
1 parent 2f738bb commit 700e077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%cr)%Creset
pretty = %C(yellow)%h%Creset %s %C(red)(%cr)%Creset
[github]
user = <%= print("GitHub Username: "); STDOUT.flush; STDIN.gets.chomp %>
token = <%= print("GitHub API Token: "); STDOUT.flush; STDIN.gets.chomp %>

0 comments on commit 700e077

Please sign in to comment.