Archives for git
Using git desktop with VS Code
Git Desktop with Visual Studio Code Step 1. In git desktop, open the url to the git repo. You will need to provide a local folder for git to work.…
git – Could not open a connection to your authentication agent” ,ssh-add error even after ssh-agent started
Trying to use Google Cloud Source as a git repo, you may encounter an authentication error (in spite of storing your SSH public key correctly with your IAM user profile)…
Adding PATH variable for git and gitbash to work on Windows
SYSTEM PATH Variable You will need administrator on the local box - to set the SYSTEM PATH variable as shown below Click on Advanced System Settings. Click on Environment Variables.…
git basics
Repos versus Branches – A repo can have as many ; And you can have multiple REPOS (typically one per product). Branching Best Practices Master (Prod Branch) ---> Dev…