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. ![Selection_016](/uploads/11d9704db9d2725ffa91382f5d8db998/Selection_016.png)
issue