Skip to content
Tsunemichi Harada edited this page Jan 17, 2019 · 1 revision

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名>
Clone this wiki locally