commit a992ffdf039e5267723f98e38ebeaa6093572e15 Author: Nemeth Arpad Date: Thu Jun 17 10:21:58 2021 +0200 stackof solution3 diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..47a876b --- /dev/null +++ b/test.txt @@ -0,0 +1,13 @@ +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyyyyy + +zzzzzzzzzz + +ssss + +git checkout --orphan newBranch +git add -A # Add all files and commit them +git commit -m 'stackof solution2' +git branch -D master # Deletes the master branch +git branch -m master # Rename the current branch to master +git push -f origin master # Force push master branch to github +git gc --aggressive --prune=all # remove the old files \ No newline at end of file diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..e69de29