简体   繁体   中英

How do I merge a branch into a subfolder of my master branch?

I am inexperienced with git and use Github to host my website. I just finished an updated "new" branch. I want to merge New into a subfolder in Master so that I can share the link and get feedback before before I replace my current website.

Github pull requests (PR) are generally used for review purposes.

After committing and pushing the changes to the new branch, create a PR in Github from the new branch to merge the changes to master.

The person who is looking at the pull request can review the changes and provide the feedback on the PR.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM