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
807c8d91d9
tldr
/
pages
/
common
/
git-merge.md
163 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}}