Skip to content

Commit

Permalink
Merge branch 'improve-slides' of https://github.com/iglpdc/git-novice
Browse files Browse the repository at this point in the history
…into iglpdc-improve-slides
  • Loading branch information
gvwilson committed May 15, 2015
2 parents 56d59e7 + 1499868 commit b9218af
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,28 @@ layout: slides
title: Version Control with Git
subtitle: Motivation
---
## Why Use Version Control?

## Why Version Control?

Let some software handle the versions of your project let you focus on your
project.
project

## Version Control Features

- history of all changes: what, when, and by whom was changed
- revert to any previous version
- collaborate in the same files without fearing conflicts

## Two main concepts

- *commit*: a recorded set of changes in your project's file
- *repository*: the history of all your project's commits

## Why Git?
## Why Git & Github?

Because many people are using GitHub to collaborating.
- no need for a server: easy to set up
- GitHub's strong community: easy to ask for help

## Next Steps

[Here we go!](01-basics.html)
[Let's start our lesson](index.html)

0 comments on commit b9218af

Please sign in to comment.