Sha256: 484579fb2f4283a5dbff3db76e3cd40087bcd33fe42e93f11156b1c26ab8854b
Contents?: true
Size: 768 Bytes
Versions: 1
Compression:
Stored size: 768 Bytes
Contents
[core] editor = vim [diff] external = git_diff_vim [pager] diff = [push] default = tracking [alias] lg = log --oneline --name-status --decorate --graph serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git [color] ui = true [color "branch"] current = yellow reverse local = yellow remote = green [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold [color "status"] added = yellow changed = green untracked = cyan [user] name = <%= node[:user][:name] %> email = <%= node[:user][:email] %> <% if node[:secrets][:github] %> [github] user = <%= node[:secrets][:github][:user] %> token = <%= node[:secrets][:github][:token] %> <% end %> [hub] protocol = https
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tvd-git-0.0.2 | cookbooks/git/templates/default/gitconfig.erb |