Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
training-git
Training - GIT
============
This guide is written around the [gitflow workflow](http://nvie.com/posts/a-successful-git-branching-model/) using
GitHub and will cover some basic training topics (Pull requests, conflicts etc).
Expand Down Expand Up @@ -73,12 +73,8 @@ Lastly we initiate a pull request to the origin blessed repository using the `Pu
First Conflict
--------------
Here we will help you face and resolve a git conflict by trying to simulate the situation. We have the following
sentence `She sells sea-shells on the sea-shore.`. What we will do is modify this sentence to contain `by the seashore`
as opposed to `on the sea-shore`.

#### Branch

`git branch feature/sentenceFix master`
sentence `She sells sea-shells by the seashore.`. What we will do is modify this sentence to contain `by the seashore`
as opposed to `by the seashore`.

#### Checkout

Expand Down