- GitHubでリポジトリを作成
- ローカルのプロジェクトをgit init
$ git init
$ git add .
$ git commit -m ‘First commit.’
3.リモートリポジトリ(GitHubのリポジトリ)を登録
$ git remote add origin git@github.com:user/repo.git
4.git pushを実行
$ git push origin master
Go to list of users who liked
More than 5 years have passed since last update.
$ git init
$ git add .
$ git commit -m ‘First commit.’
3.リモートリポジトリ(GitHubのリポジトリ)を登録
$ git remote add origin git@github.com:user/repo.git
4.git pushを実行
$ git push origin master
Register as a new user and use Qiita more conveniently
Go to list of users who liked