PUSH all local GIT branches? Best Practice?

前端 未结 3 2111
[愿得一人]
[愿得一人] 2021-02-14 18:03

Should ALL locally created GIT branches be pushed to the central-repository on a daily basis? What is best-pracice workflow concerning this?

We created a GIT repository

3条回答
  •  情书的邮戳
    2021-02-14 18:36

    You can always have the user clean up their remote branches when they are done with it. It's not a bad idea to have them push their local branches up just for safe keeping (especially if there is no backup solution on their box). Otherwise if their machine dies their local branch is gone.

提交回复
热议问题