LoginSignup
1
0

More than 3 years have passed since last update.

Git Github 使い方 ※自己用

Posted at
1 / 2

とりあえず使いたいので、自分の記録用。

環境

Mac なので最初から入ってる(version確認)
設定(name,address)

filename.rb
$ git --version

$ git config --global user.name "your name"
$ git config --global user.email "your@email"

Githubでremote repositoryを作成して、登録。

filename.rb
$ git remote add origin https://github.com/----.git
1
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
1
0