Untitled

mail@pastecode.io avatar
unknown
plain_text
24 days ago
296 B
3
Indexable
Never
[core]
	editor = nano
[alias]
	hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(red)%s %C(bold red)[%an]%C(reset) %C(blue)%d%C(reset)' --graph --date=short
	ci = commit
	co = checkout
	br = branch
[pull]
	rebase = false
	default = current
[push]
	default = current
Leave a Comment