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
8122f3bf4c
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}}