HR Workflow Flashcards

1
Q

Step 1

A

Initial repo on GitHub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Step 2

A

Clone the repo on my Computer. The local repo remembers it’s clone source as a “remote” called “origin”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Step 3

A

Make changes to the local file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Step 4

A

Add the changes to the stage and commit them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Step 5

A

Push changes to the Master’s local branch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Owner brings in changes from others

A

Use web interface on GitHub create/send a pull request to contributor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly