先にGitHubでレポジトリを作成しておく
コマンドプロンプトを開く
cd でプロジェクトのフォルダに移動する
git init
git remote add origin https://github.com/.../...git
git add *
git commit -m "first commit"
git push -u origin master
Go to list of users who liked
More than 5 years have passed since last update.
先にGitHubでレポジトリを作成しておく
コマンドプロンプトを開く
cd でプロジェクトのフォルダに移動する
git init
git remote add origin https://github.com/.../...git
git add *
git commit -m "first commit"
git push -u origin master
Register as a new user and use Qiita more conveniently
Go to list of users who liked