search

Home  >  Q&A  >  body text

How does github collaborate on development?

When I joined a new company, I wanted to familiarize myself with the project first, so they cloned a code from github and gave it to me, but I found that it was a bunch of empty stuff, with no data at all, and the files were not connected. Even if I change the code in it, I can't see the effect. So I’m curious about how to use git for collaborative development.

巴扎黑巴扎黑2811 days ago587

reply all(5)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:42:49

    (ಡωಡ)hiahiahia Maybe the code is not on the master. . .

    reply
    0
  • 高洛峰

    高洛峰2017-05-02 09:42:49

    Clone all branches, then switch to the development branch and something will come out (provided there are branches)

    reply
    0
  • 習慣沉默

    習慣沉默2017-05-02 09:42:49

    http://www.ruanyifeng.com/blo...

    First understand the common git workflow, and then ask the leader for the git workflow within the company?

    Then I asked if there is a distributed development environment (docker/vagrant) or should I configure it myself?

    Then you can read the code while running it. Of course, it would be best if you have product, design, development, database and other documents

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-02 09:42:49

    I think my blog should be able to help you
    Blog address

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-02 09:42:49

    A bunch of empty stuff, and then you changed the file again. . . And why don't you clone yourself? Your company feels so uninvolved that you might as well resign.

    reply
    0
  • Cancelreply