I need to be able to add git credentials from my to my bash script but can't figure out how to do this.
git clone https://xxxxxxx
would ask for my username name and password.
how to i pass these in a bash script ?
any pointers would be appreciated