Skip to content

Commit

Permalink
added sentence about working locally to intro paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
KirstieJane committed Jul 3, 2017
1 parent a602044 commit a2e6386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 id="welcome">Welcome!</h2>
This is a friendly introduction to Github – a free and open source platform that can help you build projects that are collaborative, well documented, and version-controlled.
</p>
<p>
In this workshop we will introduce you to the Github ecosystem and help you get you comfortable navigating basic Github workflows. We will make sure that you leave the workshop aware of the best practices for developing projects on Github (e.g. writing a good “readme” or posting and labeling issues) and an understanding of how Github can help make your projects more readable and accessible.
In this workshop we will introduce you to the Github ecosystem and help you get you comfortable navigating basic Github workflows. We will make sure that you leave the workshop aware of the best practices for developing projects on Github (e.g. writing a good “readme” or posting and labeling issues) and an understanding of how Github can help make your projects more readable and accessible. We'll also introduce working locally and some of the command line options so you're ready to use these workflows in your day to day life!
</p>
<p>
This workshop is developed for anyone looking for a solution to making projects – whether it be your research on arctic glaciers, the materials for an undergraduate course, your PHD thesis, or even a cookbook – more manageable. This workshop is geared towards all skill levels, but first-time and novice users are encouraged and prioritized.
Expand All @@ -59,7 +59,7 @@ <h2 id=presentations>Presentations</h2>
</p>
<ol>
<li><strong><a href="https://docs.google.com/presentation/d/1Gu0PBsUJ8SaePJ_Lg2uGjPRXpxs5pO788wCGliEJVZU/edit?usp=sharing" target="blank">What, Why, and Welcome to Github</a></strong> - In this short presentation, we'll get a brief intro to what GitHub is and some handy terms which well help get you speaking the language of Git/Github.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1VasZl8YsYMfhi1zYaYZ-kWykjp4T-ZqE5YrOImsC_Kg/edit?usp=sharing" target="blank">Working collaboratively With GitHub</a></strong> - In the previous talk, we saw how individually you might work on projects, this talk will show you two pathways for collaborating on GitHub.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1VasZl8YsYMfhi1zYaYZ-kWykjp4T-ZqE5YrOImsC_Kg/edit?usp=sharing" target="blank">Working collaboratively with GitHub</a></strong> - In the previous talk, we saw how individually you might work on projects, this talk will show you two pathways for collaborating on GitHub.</li>
<li><strong><a href="https://docs.google.com/presentation/d/1uVvFVOYOoDOATS7PUeJflg4SoNmNTB50Tm9P4V0Co2I/edit?usp=sharing" target="blank">Working locally using git</a></strong> - In the real world you'll probably want to work on your own computer and then keep the versions on GitHub. In this presentation we show you a sample workflow for keeping track of everything you've done.
<li><strong><a href="https://docs.google.com/presentation/d/1zheNGlXLS36Z9SkZ4iCecz_ablXVV6OzGQlZXJ8b1eQ/edit?usp=sharing" target="blank">More things you can do with GitHub</a></strong> - Here we go through the essential components of a Github Repository. We talk specifically about: readme's, how people can contribute to your project, the code of conduct for your project/community, and licensing your project.</li>
</ol>
Expand Down

0 comments on commit a2e6386

Please sign in to comment.