この文書の現在のバージョンと選択したバージョンの差分を表示します。
git:init [2019/02/09 11:00] ips 作成 |
git:init [2019/02/09 11:01] (現在) ips |
||
---|---|---|---|
ライン 6: | ライン 6: | ||
git add README.md | git add README.md | ||
git commit -m "first commit" | git commit -m "first commit" | ||
- | git remote add origin https://github.com/nekotype/exp-meomry2.git | + | git remote add origin https://github.com/[user]/[repository].git |
git push -u origin master | git push -u origin master | ||
</code> | </code> |