#topicpath
----


#contents


キレイにGitをつかって開発しようとするとこんな感じ??

**GitのCloneと、チケットごとのブランチの作成 [#de37d929]
 $git clone https://github.com/xxxxxx/helloworld.git
 $ cd helloworld
 $ git checkout -t  origin/dev
 Branch dev set up to track remote branch dev from origin.
 Switched to a new branch 'dev'
 $ git branch
 * dev
   master
 $ git checkout -b dev_#50    <- チケット番号のイメージね
 Switched to a new branch 'dev_#50'
 $ git branch
   dev
 * dev_#50
   master
 $ git checkout -b dev_#50_spike
 $ git branch
   dev
   dev_#50
 * dev_#50_spike
   master

** [#xcc551f9]

----
この記事は
#vote(おもしろかった,そうでもない)

#comment

#topicpath

SIZE(10){現在のアクセス:&counter;}

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS