Skip to content

Instantly share code, notes, and snippets.

@eiel
Last active December 17, 2015 23:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiel/5689554 to your computer and use it in GitHub Desktop.
Save eiel/5689554 to your computer and use it in GitHub Desktop.
github flow で遊んでるんだけど、その流れ。

Github Flow を体験してみる

Github Flow

Issue を作る

リポジトリを clone する

Local Branchを作る

  • git checkout -b github-flow-exercise-[自分のID]
  • 説明的な名前をつける

ブログをかく

  • コミットするものがないとどうしようもないので
  • Git勉強会への参加した感想を書いてもらうことにした
  • 書いたブログへのリンクをすごい広島 #2.5に。

ブログのリンクを貼る

  • 編集するファイル
    • _posts/2013-6-01-event-002-5.markdown
  • 編集後は add して commit

github に pushする

  • git push origin github-flow-exercise-[自分のID]

github で pull request する

3人目のレビュー後に merge する

  • リンクが正しいか確認してください。
  • 確認後は「レビューしました」などコメントをしてください。
  • 3人目の人はマージしてください
  • これは今回の特別ルール
  • なれてる人はコンフリクトするマージに挑戦してください。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment