At the time of writing this post, GitLab doesn’t have a desktop app for Mac yet. Too lazy to learn (and memorize) git
from the command line, I tried to find a way to push/ pull files to my private GitLab repositories.
In a nutshell, these are the steps to follow to get it done:
Project >> Details
. In project details, copy the HTTPS link.File >> Clone Repository
then click the URL
tab.Clone
. (Enter your login details as necessary.)cd
or change directory to project folderhugo serve