Skip to content

Commit

Permalink
Merge pull request #10 from bayofpigs/master
Browse files Browse the repository at this point in the history
Fixed some issues.
  • Loading branch information
osnr committed Nov 24, 2013
2 parents a1e641a + 22e8a9a commit 8b312e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<div class="section" id="plan">
<h1>Practicing Git at Princetown</h1>
<div class="minileft">
<div><img src="prince.jpg" /></div>
<div><img src="ton.jpg" /></div>
<div><img src="pushield.png" /></div>
</div>

<p>Ready to learn about version control through git? You can
<a href="https://openhatch.org/wiki/Open_Source_Comes_to_Campus/Practicing_Git/Students">follow along here</a>.</p>

Expand All @@ -28,11 +26,14 @@ <h2>Cloning a repository...</h2>

<h2>"Adding", "committing" and "pushing" changes...</h2>

<p>... you just said three things that all mean the same thing.</p>
<p>So you made a change huh? Want to see that beautiful change appear on your beautiful repository? Simple.
Start by staging your changes via "git add". Commit the changes to your local repository with our friend,
"git commit". Finally push those sexually attractive changes to the remote repository using "git push".</p>

<h2>You need to fork when...</h2>

<p>... you're out of spoons.</p>
<p>... you see an issue you can fix, a component you can add, a module you can edit or when you want to play
around with a repo. Fork that repository on github and have a good time, son.</p>


</div>
Expand Down
Binary file removed prince.jpg
Binary file not shown.
Binary file added pushield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ton.jpg
Binary file not shown.

0 comments on commit 8b312e5

Please sign in to comment.