Hi,
i habe GitLab on Premmise and i want to Sync my Projekt with my Desktop Order?
How i can do that?
Hi,
i habe GitLab on Premmise and i want to Sync my Projekt with my Desktop Order?
How i can do that?
I would like to help, but I don’t know what is Desktop Order
I’m writing something in python on my Linux Mint PC and I want to sync it with my GitLab project.
How can I best do this automatically?
~/gitlab-project-01/
~/gitlab-projects-01/some-folder/
git add .
git commit -m "add python files from linux mint PC"
git push