git init
git add .
git commit
git remote add origin git@github.com:shotaroonishi/{リポジトリ名}.git
git remote set-url origin git@github.com:onishishotaro/{リポジトリ名}.git
git push origin master
ちょくちょくGithubの仕様が変わってできない時もある。
Go to list of users who liked
More than 1 year has passed since last update.
git init
git add .
git commit
git remote add origin git@github.com:shotaroonishi/{リポジトリ名}.git
git remote set-url origin git@github.com:onishishotaro/{リポジトリ名}.git
git push origin master
ちょくちょくGithubの仕様が変わってできない時もある。
Register as a new user and use Qiita more conveniently
Go to list of users who liked