GitHub
Github flow
At GitHub, we use our products every day and have developed a workflow to collaborate on projects. To make it work for teams regardless of their size or technical expertise, we made sure each step in our workflow can be completed within a web-based interface. [1][2]
- Create a branch from the repository, Delete a branch from the repository. [3]
- Create, edit, rename, move, or [[#Delete file|delete] files.
- Send a pull request from your branch with your proposed changes to kick off a discussion.
- Make changes on your branch as needed. Your pull request will update automatically.
- Merge the pull request once the branch is ready to be merged.
- Tidy up your branches using the delete button in the pull request or on the branches page.
Create a branch
- On GitHub, navigate to the main page of the repository.
- Click the branch selector menu.
- Type a unique name for your new branch.
- Press Enter.
Delete a branch
- On GitHub, navigate to the main page of the repository.
- Above the list of files, click NUMBER branches.
- Scroll to the branch that you want to delete, then click the trash-bin.
Create, edit, rename, move, or delete
Create file |
Edit file |
Rename file |
Move file |
Delete file |
|
|
|
|
|
Send a pull request
See https://help.github.com/articles/about-pull-requests
Make changes
Just do the necessary changes.
Merge
See https://help.github.com/articles/merging-a-pull-request
Tidy up
See https://help.github.com/articles/deleting-and-restoring-branches-in-a-pull-request
See also
- Git, A VCS Language uses on GitHub.
- GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over eight million people use GitHub to build amazing things together.
- Guides GitHub, Basic Information (Guides) to Git and the implementation of Git on GitHub.
- Help GitHub, The best place to look with a massive number of categories and help. A must if you are looking for something.
Reference
- ↑ Help-GitHub Articles, Help-GitHub-Flow
- ↑ Guides-GitHub Flow Guides
- ↑ Help-GitHub Categories, Managing Files.