• GIT Commands

    GIT Commands (1) How To Pull Code From A Remote Branch To Local?======================================================Step-1: git checkout -b hotfix/R110.1_Update1 Step-2: git pull origin hotfix/R110.1_Update1 Step-3: Go To Your Pycham And Files And Reload From Disk (2) How To Cloan A GIT Branch ?====================================git clone – single-branch – branch release/R121.1 https://H515738@bitbucket.honeywell.com/scm/oa/operationsadvisor.git git clone – single-branch – branch Insight_Service/Intermediate_R121.1 https://H515738@bitbucket.honeywell.com/scm/oa/operationsadvisor.git git clone – single-branch – branch Insight_Service/R120.1 https://H515738@bitbucket.honeywell.com/scm/oa/operationsadvisor.git git clone – single-branch – branch release/R120.1 https://H515738@bitbucket.honeywell.com/scm/oa/operationsadvisor.git git clone – single-branch – branch Insight_Service/Merge_branch_R121.1 https://H515738@bitbucket.honeywell.com/scm/oa/operationsadvisor.git git clone – single-branch – branch vishnu/Intermediate_R121.1 https://H515738@bitbucket.honeywell.com/scm/oa/operationsadvisor.git (3) How To Create A New Branch ?========================================Step-1: Go To Bit Bucket

    Read More