This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
e38ecffde8
Branches
Tags
No results found.
tldr
/
pages
/
common
/
git-merge.md
lord63
56a7cba656
Fix lint for common
2015-10-23 08:02:34 +08:00
160 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}}