以下を書いておけばOK?
~/.netrc
machine github.com
login kph7m
password xxxxxxx
git push -u origin --all
$ git add -A
$ git commit -m "Finish static pages"
$ git checkout master
$ git merge static-pages
$ git push
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
以下を書いておけばOK?
machine github.com
login kph7m
password xxxxxxx
git push -u origin --all
$ git add -A
$ git commit -m "Finish static pages"
$ git checkout master
$ git merge static-pages
$ git push
Register as a new user and use Qiita more conveniently
Go to list of users who liked