mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
5a54763c72
- use underscore rather than minus - use lower case rather than uppder case
163 B
163 B
git merge
Merge branches.
- Merge a branch with your current branch:
git merge {{branch_name}}
- Edit the merge message:
git merge -e {{branch_name}}