Hello Techie's If you are wondering like how to use Git to connect to remote repository and how the brancing strategy works, you are in the right place. All you need to do is follow the steps mentioned below. Here we push a code from local git to github repository. Step 1: Create a folder named git in your Home Directory on local machine. C:\Users\home\git Step 2: Kindly provide the remote repository path URL git clone <URL> Step 3: Kindly provide the Branch name where you need to edit the code, Because As a developer you should not edit the code in Master Branch. so we are switching to other Branch, you can switch to Featured Branch. git switch <Branch name> Step 4: Place your code using File explorer to your repository path C:\Users\home\git\repository_name Step 5: Below command help to check what are the uncommited files available in the newly edited repository. git status Step 6: Below command helps to add the uncommited files into the repository....
Vichietechie helps to fix the blocker you face while working with linux commands, shellscripting, powershell scripting, Managing resources in Openshift container platform and Couchbase database.