Git workflow for single user

前端 未结 3 949
梦毁少年i
梦毁少年i 2021-02-02 13:00

I am a single man shop developing a handful of desktop applications and websites. I started using GIT for version control a few months ago, and I am reasonably happy with it, bu

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 13:49

    I think for your purpose exactly how you use it is fine. Branches are created in the same repository as your working copy.

    Maybe you should consider making some backup copies for your git projects to another machine. Then you can just push your changes there and don't loose your work if your computer crashes.

提交回复
热议问题