LoginSignup
0
0

More than 1 year has passed since last update.

git 基本操作

Posted at

【ローカルレポジトリー】
git init
git add (git add . で全てをadd)
git commit -m "brief messages"

【リモートレポジトリー】
git remote add origin URL(ただし、githubはトークンを使用するため以下のコマンドを使用)
$ git remote add origin https://<トークン>@github.com/<ユーザ>/<リポジトリ>.git
($ git remote remove origin 現在のOriginを削除可能)

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