Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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
|