Skip to content

Commit

Permalink
Set merge strategy for divergent branches
Browse files Browse the repository at this point in the history
Fix #125.
  • Loading branch information
gcapes committed Mar 15, 2024
1 parent 06246fa commit 25e07ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _episodes/02-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ $ git config --global core.editor nano
{: .language-bash}


## Set remote merge strategy

Set the default behaviour for merging remote branches (this afternoon).

~~~
git config --global pull.rebase false
~~~
{: .language-bash}

## Git's global configuration

We can now preview (and edit, if necessary) Git's global configuration (such as
Expand Down

0 comments on commit 25e07ef

Please sign in to comment.