Commit 6ad59366 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added 'pull-forward' git alias for 'pull --ff-only'

parent b9cb5e35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
[alias]
	graph = log --graph --decorate --color
	fast-forward = merge --ff-only
	pull-forward = pull --ff-only
	stat = status -sb
	oops = commit --amend --no-edit
	s = status