#GitHubFlow: [ Part 2]
Step 1: #Create a new #Repository or Start with an existing one.
Step 2: #Clone the #repository to your local machine.
Step 3: #Create your new feature branch and checkout to the new
branch.
Step 4: #Make changes that will be on your newly created branch.
Step 5: - Check status using #gitStatus
- #Stage your changes using #gitAdd
- #Commit your changes using #gitCommit with a proper commit
message.
- #push your changes (and also set the upstream for your newly
created branch when applied in case pushing you're locally
created branch for the first time).
Step 6: #open #pullRequest. - 'Compare' / 'have reviewed' from your peers
and finally #marge and delete the branch.
Download
0 formats
No download links available.
2.2 GitHub Flow - P2: Create Repo - Push - Open Pull Request - Get reviewed & Marge. | NatokHD