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

Commit230542e

Browse files
committed
Update README.md
1 parent10c0973 commit230542e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎README.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ learn-git
66
* The last mini-project you'll be mimicking the steps you'll take when it's group project perioid. You'll fork your groups repo, link your computer with your fork, push changes to your github, then make a 'Pull Request' into your groups repo.
77

88
##Mini-Project 1: Personal Project
9-
###Step 1:
9+
###Step 1: Create a Repository on Github
10+
* Let's jump ahead a month or two and pretend like we just got to personal project periods. Because you're not an idiot, you're going to be pushing your code up to github frequently. In order to do that, you first need to create a repository on github to push to. Head over to your github account then in the top right hand corner click the '+' button and click 'new repository'. Enter the name of your repository then click 'Create Repository'. This repository is where your code for this project will now live.
11+
###Step 2: Set up the Upstream
12+
* Once you create your repository, you'll need to connect that repository with your code on your computer.
13+
* Create a folder called 'myProject' then inside that folder create a file called 'myName.js'. Add your name to that file and then save it.
14+
* Now in your terminal navigate to your 'myProject' folder. Once inside that folder, type```git init```. You've just told your computer that you want git to watch the 'myProject' folder and keep track of any changes - basically making it so you can now run git commands inside of this folder.
15+
* Now that you've initialzied your 'myProject' folder, we need to tell your computer where the location of your github repository is. To do this you create what is called an 'upstream'.
1016

1117
##Mini-Project 2: DevMountain Project
1218
###Step 1:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp