From the Beginning

Notes on my Learning Code

2021-02-04から1日間の記事一覧

独プロ、残り100ページ

やーついに読み切った。 Git すごくコンパクトにまとめてあって、本当に助かった。 $ git clone ... $ git remote -v $ git status $ git add ... $ git reset ... $ git commit -m "..." $ git push origin main # 今はmasterではないらしい $ git pull ori…