The lie made into the rule of the world

  • 5 Posts
  • 37 Comments
Joined 5 months ago
cake
Cake day: October 22nd, 2024

help-circle










  • Sounds like a fine usecase for git.

    I don’t know the structure of your work, and there is not one correct way to do things.

    “Too short” branches would be when you open and merge into main multiple times a day. “Too long” branches would be when one person works on their own branch for months without checking the whole.

    In software, before merging into main, it’s customary to have a person other than the author review and (dis)approve the changes.