たまにしかgitを使わないひとのための、最小限の備忘録
git init
git add *
git commit -m "initial commit"
git remote add origin http://xxxxxx.xxx/xxxx.git
git push origin main
Go to list of users who liked
More than 3 years have passed since last update.
たまにしかgitを使わないひとのための、最小限の備忘録
git init
git add *
git commit -m "initial commit"
git remote add origin http://xxxxxx.xxx/xxxx.git
git push origin main
Register as a new user and use Qiita more conveniently
Go to list of users who liked