Git command for pulling source code of all git projects in a folder (parent) ls | xargs -P10 -I{} git -C {} pull ls: liệt…
Viết trong lúc rảnh rỗi – chia sẻ vài điều thú vị về nghề, cuộc sống và trải nghiệm.
Git command for pulling source code of all git projects in a folder (parent) ls | xargs -P10 -I{} git -C {} pull ls: liệt…
Step 1. (prepare branch) : check out from develop branch $git checkout develop $git checkout –b fix_issue_a Step 2. (develop the feature, fix the issue)$…