for testing purposes
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

11 рядки
395B

  1. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyyyyy
  2. zzzzzzzzzz
  3. git checkout --orphan newBranch
  4. git add -A # Add all files and commit them
  5. git commit -m 'stackof solution2'
  6. git branch -D master # Deletes the master branch
  7. git branch -m master # Rename the current branch to master
  8. git push -f origin master # Force push master branch to github
  9. git gc --aggressive --prune=all # remove the old files