githubでリポジトリを立ち上げるときに打つコマンドをまとめました。
git init
git commit -m "first commit"
git branch -M main
git remote add origin [URL]
git push -u origin main
Go to list of users who liked
More than 1 year has passed since last update.
githubでリポジトリを立ち上げるときに打つコマンドをまとめました。
git init
git commit -m "first commit"
git branch -M main
git remote add origin [URL]
git push -u origin main
Register as a new user and use Qiita more conveniently
Go to list of users who liked