- 運営しているクリエイター
2022年3月の記事一覧
Gitについて
$ git init
$ git add -A
$ git commit -m "Initialize repository"
$ git remote add origin https://github.com/<あなたのGitHubアカウント名>/sample_app.git
$ git checkout -b modify-README
$ git branch
$ git st
$ git init
$ git add -A
$ git commit -m "Initialize repository"
$ git remote add origin https://github.com/<あなたのGitHubアカウント名>/sample_app.git
$ git checkout -b modify-README
$ git branch
$ git st