Skip to content
Discussion options

You must be logged in to vote

Merging takes all changes from one branch and combines them into another in a single commit, preserving historical timeline structure. Rebasing rewrites the commit history by moving the base of your branch to a new starting commit. You can resolve a merge conflict right in the web interface by clicking Resolve conflicts on your Pull Request, manually picking the code versions you want to keep, and deleting the conflict markers

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GamemodeSurvival
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussions GitHub Discussions is a collaborative communication feature Question Ask and answer questions about GitHub features and usage source:ui Discussions created via Community GitHub templates
2 participants