How does github collaborate on development?
巴扎黑
巴扎黑 2017-05-02 09:40:49
0
5
601

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.

巴扎黑
巴扎黑

reply all(5)
洪涛

(ಡωಡ)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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template