変えた後別のマシンで開いた時に大体忘れてるのでメモっておく
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
変えた後別のマシンで開いた時に大体忘れてるのでメモっておく
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Register as a new user and use Qiita more conveniently
Go to list of users who liked