0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

自分のGitHubにPushする

Last updated at Posted at 2018-01-09

Githubのリポジトリから

###1.まず、自分のpushする名前を決めて登録

git remote add [kaie]

※[ ]の箇所は自分で自由に決める

###2.登録した名前からその名前からpush

git push [kaie(origin)] master

###3. 自分のGitの追加を確認

git remote -v

ここで、origin、masterは何か、登録した名前は何にしてるかなどの確認

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?