您现在的位置: 主页 > github学习使用 > To create a new branch
To create a new branch
来源: 网络用户发布,如有版权联系网管删除 2020-04-16
To create a new branch Go to your new repository hello-world.
Click the drop down at the top of the file list that says branch: master.
Type a branch name, readme-edits, into the new branch text box.
Select the blue Create branch box or hit “Enter” on your keyboard.
Now you have two branches, master and readme-edits. They look exactly the same, but not for long! Next we’ll add our changes to the new branch.
查看评论 回复
"To create a new branch"的相关文章
热门文章
- Popular continuous integration workflows
- Get started with GitHub Actions
- GitHub Actions
- Learn Git and GitHub without any code!
- Celebrate!
- Step 5. Merge your Pull Request
- Step 4. Open a Pull Request
- These changes will be made to just the README file
- Step 3. Make and commit changes
- To create a new branch