HR Workflow Flashcards
1
Q
Step 1
A
Initial repo on GitHub
2
Q
Step 2
A
Clone the repo on my Computer. The local repo remembers it’s clone source as a “remote” called “origin”
3
Q
Step 3
A
Make changes to the local file
4
Q
Step 4
A
Add the changes to the stage and commit them
5
Q
Step 5
A
Push changes to the Master’s local branch
6
Q
Bug fixes
A
Create update on my local branch and make changes to some files, then “check out” the bug fix branch. Add changes to the stage and commit them to the branch
7
Q
Another person wants to make changes to the repo
A
Fork the rep on your github account. Clone the fork to your local computer Make changes Put changes on Staging and Push Commits to local Master. Push commits to origin/Master
8
Q
Owner brings in changes from others
A
Use web interface on GitHub create/send a pull request to contributor