git: best way to resolve merge conflicts in notes branch of git -
what best approach resolving merge conflicts in notes branch of git repository?
i ran scenario in when try fetch content of notes branch remote repository, error saying non-fast-forward, fetch rejected. suggestions?
i found out way merge in notes branch of git. below approach using. please let me know if right/wrong.
git checkout refs/notes/commits git fetch origin refs/notes/commits:refs/notes/origin/commits git merge fetch_head git update-ref refs/notes/commits
please let me know if right approach???
Comments
Post a Comment