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

Skip to content

Commit d454855

Browse files
authored
Merge pull request HackYourFuture#66 from yash-kapila/fix/makemed-add-repo-fork-steps
add forking steps and remove collaboration
2 parents 0a6091c + d0968e5 commit d454855

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Week1/MAKEME.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ Pair up with another student in your class. The homework requires two people to
2323

2424
1. admin creates a new repository on github called “animals” (without quotes).
2525
2. admin adds a file called “zoo.txt” with some animals generally found in a zoo.
26-
3. admin commits and pushes his changes (in master branch).
27-
4. admin adds user as a collaborator (find out how to add a collaborator to a git repository).
28-
5. user clones the repository from admin (find out how to clone a repository. Note that `git init` is not required when you clone a repository).
29-
6. user makes a new branch called user-dev.
30-
7. user adds another file called “pets.txt” with some animals generally found in a home.
31-
8. user commits and pushes his branch to remote.
32-
9. admin pulls the branch crated by user (find out how to pull changes from a repository).
33-
10. 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.
26+
3. admin commits and pushes the changes (in master branch).
27+
4. user forks the repository created by admin and bring it to their machine (covered during classwork).
28+
5. user makes a new branch called user-dev.
29+
6. user adds another file called “pets.txt” with some animals generally found in a home.
30+
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.
3433

3534
Note:
3635

0 commit comments

Comments
 (0)