Skip to content

Instantly share code, notes, and snippets.

@yokotaso
Last active September 7, 2018 01:00
Show Gist options
  • Save yokotaso/cff924c6177707568ab398a122ff4913 to your computer and use it in GitHub Desktop.
Save yokotaso/cff924c6177707568ab398a122ff4913 to your computer and use it in GitHub Desktop.
git & github training

githubとgit(超入門)

githubとは?

バージョン管理をしたことがある?

  • バージョン管理がないと?
    • どこでどういう修正が入ったのか、わからない
    • リリースを管理したい
  • 誰かの修正を上書きしてしまった経験ありますか?

自分のアカウントにレポジトリを作ってみよう

  1. 自分のアカウント画面へ
  2. レポジトリを作成する
  3. SSH鍵の設定 https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
  4. レポジトリをcloneしてみる

gitで操作してみよう

  1. 作業用のレポジトリを作成する
  2. 作業用のレポジトリで編集する
  3. 作業用のレポジトリに変更を追加する
  4. 作業用のレポジトリにコミットする
  5. 作業用のレポジトリをpush
  6. githubで確認してみる
  7. PRを作成してみる
  8. マージする
  9. リリースする

復習しながら練習しましょう

分かり易いドキュメント

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