Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 360f393

Browse files
committed
correcting other conflicting steps with forking approach
1 parent d454855 commit 360f393

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Week1/MAKEME.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ Git homework for this week:
2121

2222
Pair up with another student in your class. The homework requires two people to work together. Let's call them admin and user.
2323

24-
1. admin creates a new repository on github called animals” (without quotes).
24+
1. admin creates a new repository on github called **animals**.
2525
2. admin adds a file called “zoo.txt” with some animals generally found in a zoo.
2626
3. admin commits and pushes the changes (in master branch).
2727
4. user forks the repository created by admin and bring it to their machine (covered during classwork).
2828
5. user makes a new branch called user-dev.
2929
6. user adds another file called “pets.txt” with some animals generally found in a home.
3030
7. user commits and pushes his branch to remote.
31-
8. admin pulls the branch crated by user (find out how to pull changes from a repository).
32-
9. admin submits the link to his github repository (named "animals"), where Unmesh should be able to see the collaborator’s (i.e. user’s) branch along with his commits.
33-
34-
Note:
35-
36-
The _user_ is _not supposed to fork_ the admin’s repository. _admin_ is supposed to add user as a collaborator and _user_ should just _clone_ the repository (i.e. _user_ will only have the local copy of the repository). Only _admin_ will have the _github_ server copy of the repository. Of course, admin will have its local copy of the repository too.
31+
8. user creates a pull request(PR) to merge changes from user's _user-dev_ branch to admin's _master_ branch.
32+
9. admin reviews the pull request and approves and merges changes.

0 commit comments

Comments
 (0)