問題一、
我的網站架在 xampp portable 的 windows 版本上。
想讓 git main 跟 branch 同時都能上線被使用,該如何下手才好。
問題二、
在本機 push 到 github 時,我希望能夠同時 push 到 live server 上,同樣都是 xampp portable 的 windows 版本。不一定非得要用github,但就要架一個 bonobo git server 在 live server 上。
請問各位大神,有比較建議的作法嗎?
照這篇的做法
有兩種動作:
1.(開發端)把寫好的程式碼push到 GitHub
2.(Production端)由GitHub把程式碼clone回來