タグ

git-flowとtutorialに関するyukungのブックマーク (2)

  • git-flow によるブランチの管理

    今回は分散バージョン管理システムgitと共に用いる「ブランチモデル」について紹介していただきます。gitを使ってみて、その高機能さをどう使えば良いか悩まれた方は、ぜひ稿をご一読ください。gitそのものの使い方については解説していませんので、その際には『 実用git 』などの書籍を参考にしてください。 git-flow は Vincent Driessen 氏によって書かれた A successful Git branching model (O-Show 氏による日語訳) というブランチモデルを補助するための git 拡張です。 git-flow を利用する前には、まずこの文章を一読することをおすすめします。 その骨子については、 Voluntas 氏のブログ が参考になります。 git を使うメリットの 1 つは、そのブランチモデルです。しかし gitを使っていると、その高い柔軟性か

    git-flow によるブランチの管理
  • Git Flow のメモ書き - Qiita

    使い方メモ書き。 Git Flow は git で開発するに当たって、ブランチモデルを補助するための拡張です。 2013/04/20 追記更新 サブコマンドに push/pull 追加 てか Gitflow cheatsheet を読んだほうが、コレ読むより速い。 Install $ git flow init No branches exist yet. Base branches must be created now. Branch name for production releases: [master] Branch name for "next release" development: [develop] How to name your supporting branch prefixes? Feature branches? [feature/] Release bra

    Git Flow のメモ書き - Qiita
  • 1