diff --git a/README.md b/README.md deleted file mode 100644 index 922e4ce..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://blog.schauderhaft.de/gitkata/). - -If you want to contribute you are at the correct place, unfortunately we don't have any information for you right now ... :-/ diff --git a/readMe.txt b/readMe.txt new file mode 100644 index 0000000..9414728 --- /dev/null +++ b/readMe.txt @@ -0,0 +1,13 @@ +######################################################### +# # +# Hello, this kata is called 'one_wrong_commit' # +# # +# The Branch contains one wrong commit. # +# # +# Find and delete it. # +# # +# Git! Git! Git! # +# # +# 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 - -