for testing purposes
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
401B

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