A
A
Serif
Sans
White
Sepia
Night
Star (
-
)
Watch (
-
)
アトリエのどか式 Git入門
About the author
Questions and Issues
Edit and Contribute
Introduction
1.
Knowledge
1.1.
About Version Control
1.2.
About Git
2.
Git
2.1.
Getting Started
2.2.
Commands
3.
GitHub
3.1.
Getting Started
3.2.
Contribution
4.
Workflow
4.1.
git-flow
4.2.
github-flow
5.
References
Generated using GitBook
Workflow
の:ここまでは使い方的なところが多かったけれど、最後は運用の話を少ししてみようと思うわ。
は:運用、ですか?
の:使い方というのは決まっているけど、それをどういう風に使うか、つまり運用は組織や個人によってやり方は全然違うの。
の:ここではGitの典型的な運用法の
git-flow
とGitHubを使った運用法である
github-flow
を紹介してみるわ。