From c079c0ca33f6900e7e4ae7e1180f0ec13ba23d35 Mon Sep 17 00:00:00 2001 From: KroneckerDelta Date: Thu, 13 Sep 2012 21:00:58 +0200 Subject: [PATCH 1/3] kata: one_wrong_commit. Delete one commit. --- README.md | 7 +++++++ todo.txt | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 README.md create mode 100644 todo.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f91894 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Git Kata +======= + +Git Kata is a repository existing purely for learning to use Git. +If you are interested in trying it, please go to the [Git Kata main page](http://schauder.github.com/gitkata/). + +If you want to contribute you are at the correct place, unfortunately we don't have any information for you right now ... :-/ \ No newline at end of file diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..d280cd5 --- /dev/null +++ b/todo.txt @@ -0,0 +1,8 @@ +- Visualisierung von Commits +- Wie überprüft man Lösungen auf Korrektheit +- LF issues fixen +- master branch mit master startKata.sh + +Kata On The Wrong Branch + + From ae5112f77dc00fc2144d012ddb08d38d9f7174fe Mon Sep 17 00:00:00 2001 From: KroneckerDelta Date: Thu, 13 Sep 2012 21:18:58 +0200 Subject: [PATCH 2/3] kata: one_wrong_commit. Delete one commit. --- README.md | 7 ------- readMe.txt | 13 +++++++++++++ startKata.sh | 26 ++++++++++++++++++++++++++ todo.txt | 8 -------- 4 files changed, 39 insertions(+), 15 deletions(-) delete mode 100644 README.md create mode 100644 readMe.txt create mode 100755 startKata.sh delete mode 100644 todo.txt diff --git a/README.md b/README.md deleted file mode 100644 index 0f91894..0000000 --- a/README.md +++ /dev/null @@ -1,7 +0,0 @@ -Git Kata -======= - -Git Kata is a repository existing purely for learning to use Git. -If you are interested in trying it, please go to the [Git Kata main page](http://schauder.github.com/gitkata/). - -If you want to contribute you are at the correct place, unfortunately we don't have any information for you right now ... :-/ \ No newline at end of file diff --git a/readMe.txt b/readMe.txt new file mode 100644 index 0000000..61c6147 --- /dev/null +++ b/readMe.txt @@ -0,0 +1,13 @@ +######################################################### +# # +# Hello, this kata calls 'one_wrong_commit' # +# # +# The Branch contains one wrong commit. # +# # +# Find and delete it. # +# # +# Go! Go! Go! # +# # +# This kata was made by KroneckerDelta # +# # +######################################################### diff --git a/startKata.sh b/startKata.sh new file mode 100755 index 0000000..7a031ed --- /dev/null +++ b/startKata.sh @@ -0,0 +1,26 @@ +echo "Some Work in progress on master" > c1.txt +git add c1.txt +git commit -m "First commit of some on going work" + +echo "Some good Work" >> c1.txt +git add c1.txt +git commit -m "Some good Work." + +echo "Some very good Work" >> c1.txt +git add c1.txt +git commit -m "Some good Work." + +echo "bullshit" >> c1.txt +git add c1.txt +git commit -m "This could be wrong..." + +echo "Some very good Work" >> c1.txt +git add c1.txt +git commit -m "Some good Work." + +echo "Some good Work" >> c1.txt +git add c1.txt +git commit -m "Finish the work" + + +cat readMe.txt \ No newline at end of file diff --git a/todo.txt b/todo.txt deleted file mode 100644 index d280cd5..0000000 --- a/todo.txt +++ /dev/null @@ -1,8 +0,0 @@ -- Visualisierung von Commits -- Wie überprüft man Lösungen auf Korrektheit -- LF issues fixen -- master branch mit master startKata.sh - -Kata On The Wrong Branch - - From 040d57dbda156d81773db573ddaa05133de8429b Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Thu, 13 Sep 2012 22:23:06 +0200 Subject: [PATCH 3/3] fixed a typo and gittified it --- readMe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readMe.txt b/readMe.txt index 61c6147..9414728 100644 --- a/readMe.txt +++ b/readMe.txt @@ -1,12 +1,12 @@ ######################################################### # # -# Hello, this kata calls 'one_wrong_commit' # +# Hello, this kata is called 'one_wrong_commit' # # # # The Branch contains one wrong commit. # # # # Find and delete it. # # # -# Go! Go! Go! # +# Git! Git! Git! # # # # This kata was made by KroneckerDelta # # #