You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
learn-git
4
4
=========
5
5
6
-
##Objective
6
+
##Objective
7
7
Practice using git + Github
8
8
9
9
This project will consist of three separate mini-projects to get you comfortable with the kinds of activities you'll be using git for throughout the class.
@@ -14,7 +14,7 @@ In the second mini-project, you'll be mimicking the steps you'll take with nearl
14
14
15
15
Finally, in the last mini-project you'll be mimicking the steps you'll take during the group project portion. You'll fork your group's repo, link your computer with your fork, push changes to your GitHub, then make a 'Pull Request' into your group's repo.
16
16
17
-
##Mini-Project 1: Personal Project
17
+
##Mini-Project 1: Personal Project
18
18
19
19
###Step 1: Create a Repository on Github
20
20
Let's jump ahead a month or two and pretend like we just reached personal projects. 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'. Do NOT initialize the repository with a README. This repository is where your code for this project will now live.