shts / git-flow-practice

0 stars 0 forks source link

git flow feature finish hogehoge ってつかう? #4

Open shts opened 8 years ago

shts commented 8 years ago

$ git flow feature finish xxxx コマンドを実行するとローカルのブランチが削除される。

$ git add .

$ git commit -m 'xxxxx'

$ git push

のあとブラウザのGithubの[pull request]ボタンからdevelopブランチへマージする方法が正しい?

shts commented 8 years ago

$ git flow feature finish xxxx コマンドやって修正が必要になったら$ git flow feature track xxxxでもう一回ローカルに持ってくる?

shts commented 8 years ago

http://danielkummer.github.io/git-flow-cheatsheet/ http://qiita.com/tanishi/items/09e72c65c0a0c9e1cc10