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.
(ಡωಡ)hiahiahia Maybe the code is not on the master. . .
Clone all branches, then switch to the development branch and something will come out (provided there are branches)
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
I think my blog should be able to help you
Blog address
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.