GitHub Automatic Sync Master branch to Gh-pages branch

Source: Internet
Author: User

People with GitHub know that the master branch is simply browsing the code and cannot open the page directly to the page, while the Gh-pages branch is the branch that is used to directly browse the source page.

The process of submitting the Master branch to the Gh-pages branch and then submitting it again after each modification is obviously tedious.

Of course, you can use git rebase command to simplify the operation. But there's a better way to sync branches automatically.

Open the root directory of the GitHub project file, and find. Git folder (folder default is hidden, you can open hidden file in Control Panel-"folder visible)

and find. git/config this file.

Add the following two lines of code to the file:

Push = +refs/heads/master:refs/heads/gh-pages
Push = +refs/heads/master:refs/heads/master


As shown in the following illustration:

Then GIT push Origin master tries to sync up to the Gh-pages branch.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.