Suggested Practices

Groups

  • Create a group

  • Add members to a group

  • Create projects (repos) within the group

  • Permissions will cascade (can be adjusted per project)

Everyday git use

  • Branch often

  • Commit often (commits are local)

  • Pull and Merge often

  • Use local branches for quick proof-of-concepts

  • Only push working code

Last updated