From 748984ac300704bd1cee3c34b4ff3310ba51d10d Mon Sep 17 00:00:00 2001 From: Nemeth Arpad Date: Thu, 17 Jun 2021 10:16:14 +0200 Subject: [PATCH] stackof solution2 --- test.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.txt 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