We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the github-hands-on wiki!
git clone [email protected]:WEBsinjyuku/github-hands-on.git cd github-hands-on
branch作成
git checkout -b <branch名>
README 編集
git add README.md git commit -m"first commit" git push --set-upstream origin <branch名>