Skip to content

Instantly share code, notes, and snippets.

@wizard-paso
Last active December 10, 2015 00:19
Show Gist options
  • Save wizard-paso/4350143 to your computer and use it in GitHub Desktop.
Save wizard-paso/4350143 to your computer and use it in GitHub Desktop.
WindowsのみでGitHubを利用してみよう

GitとGitHubは異なる!

難しいことはさておき、この3つの場所を覚えておいてください。

  • Git
  • GitHub
  • Git Repository

それぞれの"場所"は以下の関係になります。

GitAndGitHub

Windows用のGitHubクライアント、"GitHub for Windows"をインストールすると、上記のようにGitへのコミット、GitHubへのsync動作が行えます。

また、EGitなど他のGitバージョン管理ソフトを使っていても、EGitなどでのコミット後GitHubクライアント上でsyncを行うことで、GitHub上で共有できます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment