Unverified Commit 0bb9d030 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add option flags to git aliases that are pretty much always needed

parent 4baeba98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
	statsu = status
	co = checkout
	remtoe = remote
	fixup = commit --fixup
	fix-branch = rebase -i --autosquash
	fixup = commit --fixup --no-gpg-sign
	fix-branch = rebase -i --autosquash --autostash

[color]
	ui = true