Skip to content
Snippets Groups Projects
Commit 9e7db2b1 authored by Christian Ringger's avatar Christian Ringger
Browse files

change git setting

parent 98f53b33
No related branches found
No related tags found
No related merge requests found
......@@ -75,13 +75,13 @@
[pull]
# Only pull if fast-forward is possible. Use `git pull --rebase` or `git pull --no-ff` otherwise.
ff = only
#ff = only
# Use `git pull --rebase` by default, otherwise use `git fetch; git merge`
#rebase = true
rebase = true
[rebase]
# Automatically stash and pop your uncommitted changes
#autoStash = true
autoStash = true
[alias]
co = checkout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment