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.
高洛峰2017-05-02 09:42:49
Clone all branches, then switch to the development branch and something will come out (provided there are branches)
習慣沉默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
大家讲道理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.