You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyyyyy
-
- zzzzzzzzzz
-
- ssss
-
- git checkout --orphan newBranch
- git add -A # Add all files and commit them
- git commit -m '6400 ones'
- 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
-
|