You need to sign in or sign up before continuing.
allow using private token or access token to push/pull git repo with gitlab
I like github , it allow we generate access token , using this token ,we can push/pull commit to github repository. Our username/password will be safe . Using access token is better than using our login password . It will keep us safe.
And github also can limit the access token permit. The access token can only push/pull .but can not delete repository. It amazing.