RĂ©mi Bernon rbernon@codeweavers.com writes:
Though beware that if you're already using `git notes` locally, this will cause some conflicts and you need to decide which notes branch to use.
And if you don't use git notes locally, you can safely a '+' in front of the fetch refspec to make sure git fetch will force update it from origin.
If you want to also use notes locally, you should be able to do something like:
git config remote.origin.fetch "+refs/notes/commits:refs/notes/gitlab" git config notes.displayRef "refs/notes/gitlab"