Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcaee76b

Browse files
committed
reformat project 3:
It seems clearer to have only 2 steps in this project.
1 parent537cbf2 commitcaee76b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎README.md‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,16 @@ First, you'll want to 'fork' this repo. On the top right of this page you should
3737
* Once you've cloned your fork, open up your fork in Sublime Text and make a change. Once you've made a change head over to your terminal and type```git status```, you should see that a file has been changed. If you see the file, run through the steps outlined in Mini-Project 1 (status, diff, add, commit, push). Note that when you run```git push origin master``` in this repository origin is already pointing to your forked repo since you used```git clone```. Unlike the last step you don't need to tell your computer where to push your code because git already knows.
3838

3939
##Mini-Project 3: Group Project
40-
* We're essentially going to redo all the same steps we did in Mini-Project 2, but add one more step. Re-clone your fork of this project to your local computer, make a change, add, commit, then push that change. If you go to your forked repo on github you should then see your change.
41-
###Step 2:
42-
* Let's imagine we're working in groups. If we have everyone pushing to one repo without verifying the quality of the code, things can get messy pretty quick. We fixed this solution with things called 'Pull Requests'. Basically you fork a project, make changes to your fork, then you make a pull request back into the original project requesting that some piece of code be added to the original repo. This is how open source projects work.
43-
###Step 3: Make the PR
40+
* We're essentially going to redo all the same steps we did in Mini-Project 2, but add one more step.
41+
42+
###Step 1: Re-clone Your Fork
43+
* Re-clone your fork of this project to your local computer, make a change, add, commit, then push that change.
44+
45+
* Go to your forked repo on github and verify your change is there.
46+
47+
>Let's imagine we're working in groups. If we have everyone pushing to one repo without verifying the quality of the code, things can get messy pretty quick. We fixed this solution with things called 'Pull Requests'. Basically you fork a project, make changes to your fork, then you make a pull request back into the original project requesting that some piece of code be added to the original repo. This is how open source projects work.
48+
49+
###Step 2: Make the PR
4450
* Go to your forked repo and click where it says 'Pull Request'. It should show you the file changes you've made and how they differ from the original repo. If it does, click on the submit button to submit your pull request.
4551
* Now, I should see your pull request and I can decide if I want to add that code into the main project or not.
4652

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp