commit 748984ac300704bd1cee3c34b4ff3310ba51d10d Author: Nemeth Arpad Date: Thu Jun 17 10:16:14 2021 +0200 stackof solution2 diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..fdb80c8 --- /dev/null +++ b/test.txt @@ -0,0 +1,11 @@ +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyyyyy + +zzzzzzzzzz + +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