I am writing a php application that will need to commit and check status of files on a gitlab repository.
my application asks the user to create the personal Access Token on gitlab
All good so far.
I am using curl to run git commands and I am able to get the list of projects and branches on my project, but what I could not find is how to 'clone a repo' and check status on https://docs.gitlab.com/ee/api/README.html.
How do I check out/get status using personal access tokens?