diagram-export-3-27-2024-9_05_51-AM.png

  1. Git-flow Branching Strategy
  2. Details of the Git-flow Processing and Command
  3. Process of Git-Flow Strategy
  4. Track Branch Method
  5. Merge Branch Method
  6. Rebase Branch Method
  7. Reset/Revert Branch Method
  8. Remote Alias, Commit History Method

Conclusion-Git/GitHub

Name Convention

  1. Remote Repository:

    <aside> 💡 Note: Pay attention to all aspects of the issue (title message, detail description, assigner, reviewer, label, project)

    </aside>

  2. Local Repository:

    <aside> 💡 Note: Everyone should name the branch according to the actual problem and what to do with that branch.

    </aside>

    <aside> 💡 Note: Give a meaningful commit message.

    </aside>