Open shts opened 8 years ago
$ git flow feature finish xxxx コマンドを実行するとローカルのブランチが削除される。
$ git flow feature finish xxxx
$ git add .
$ git commit -m 'xxxxx'
$ git push
のあとブラウザのGithubの[pull request]ボタンからdevelopブランチへマージする方法が正しい?
develop
$ git flow feature finish xxxx コマンドやって修正が必要になったら$ git flow feature track xxxxでもう一回ローカルに持ってくる?
$ git flow feature track xxxx
http://danielkummer.github.io/git-flow-cheatsheet/ http://qiita.com/tanishi/items/09e72c65c0a0c9e1cc10
$ git flow feature finish xxxx
コマンドを実行するとローカルのブランチが削除される。$ git add .
$ git commit -m 'xxxxx'
$ git push
のあとブラウザのGithubの[pull request]ボタンから
develop
ブランチへマージする方法が正しい?