Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 974 Bytes

File metadata and controls

11 lines (7 loc) · 974 Bytes

Git flow

  1. Start branch -> get master (hotfix) -> has my branch (feature name)
  2. Complete feature -> You want test -> You need create branch from develop -> my branch dev -> merge/rebase/cherrypick my branch -> fix conflict -> create pull request from my branch dev to develop
  3. commit attachment id issue (#number_id #number_id)