Skip to content
Snippets Groups Projects
Commit c9984951 authored by Chris Coley's avatar Chris Coley
Browse files

Add a 'git pf' alias for 'git pull --ff-only'

parent 0a1fb88f
Branches
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
sti = status --ignored sti = status --ignored
unstage = reset HEAD -- unstage = reset HEAD --
fs = !git fetch && git status fs = !git fetch && git status
pf = pull --ff-only
[diff "ansible-vault"] [diff "ansible-vault"]
textconv = PAGER=cat ansible-vault view textconv = PAGER=cat ansible-vault view
cachetextconv = false cachetextconv = false
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment