From 7d46f0f493b48dcef878c4a84c387106f49ae04d Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Thu, 12 Jan 2017 22:36:08 +0000 Subject: [PATCH] README: Update example SVGs to latest revision --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa59366..7094828 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Grawkit has basic support for common `git` commands such as `git branch`, `git t
git commit -m "Adding a new commit"
 git commit
- +
git commit -m "Commit on master"
@@ -34,7 +34,7 @@ git commit
 
 git checkout master
 git commit
- +
git branch test-merging
@@ -49,7 +49,7 @@ git checkout master
 git commit -m "Another master commit"
 
 git merge test-merging
- +
git commit -m "Commit on master"
@@ -75,7 +75,7 @@ git merge test-second
 
 git checkout test-third
 git commit
- +
git branch develop
@@ -102,7 +102,7 @@ git commit
 
 git checkout develop
 git merge feature/ZZ-704_take-it-to-the-limit
- +