I want to make a PS script for checking out my Dev branch and pulling the latest commits, however when you perform the git pull
it requests a username and password. I want to inject my username, and then type the password myself. How would I go about doing this?
Current code:
git checkout development
git pull