Git 專案開發中-不同情境的操作
1_當自己階段性的完成工項時
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
將所做異動commit到本地數據庫做為紀錄點(養成好習慣)
2_當自己階段性的完成"團隊所需的"工項時
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
將所做異動push到遠端Github
3_當自己的工項完成時
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
pull request
(截圖)
4_當自己的工項過PR時
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
刪除本機的branch
5_當團隊成員的工項完成,並merge到master branch時
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
將團隊成員的異動,拉到本機數據庫
Misc
1_資料夾相關操作