Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 497 Bytes

TadaInu

Mobile Programming Project: 다녀올개

The Rule of Branch Name

ID/TaskName/IssueNum
e.g.
git branch cyl0424/ImplementMainPage/2
git checkout cyl0424/ImplementMainPage/2

The Management of Issue

  • Create using the appropriate template, either Feature or Debug
  • Commit Message
    : When all work on the issue is complete, write 'close' and the 'issue number' at the end of the commit message.
e.g. git commit -m "implement main page close #2"