This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
08c5eefd1a
tldr
/
pages
/
common
/
git-merge.md
158 B
Raw
Blame
History
#git merge
Merge branches
Merge a branch with your current branch
git merge {{BRANCH-NAME}}
Edit the merge message
git merge -e {{BRANCH-NAME}}