commit 37cc1404b5b86df12166e556a4b168ec8dbed1fe Author: Nemeth Arpad Date: Thu Jun 17 10:52:20 2021 +0200 stackof solution2 diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..fc649fc --- /dev/null +++ b/test.txt @@ -0,0 +1,15 @@ +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 + + diff --git a/test2.txt b/test2.txt new file mode 100644 index 0000000..e69de29