I am working on a private repo hosted on IBM-jazz
.
First, when I wanted to clone this repo, I had to type the following command:
git clone https://user_name:password@hub.jazz.net/git/repo_owner/repo_name
When doing:
git remote show origin
It shows my credentials...
Is there anyway to prevent this from happening?