GitLab Projekt Sync with Desktop

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?

  • install git on your Linux Mint PC (it should be pre-installed, if not, install)
  • clone your gitlab project to ~/gitlab-project-01/
  • move your python files to ~/gitlab-projects-01/some-folder/
  • git add .
  • git commit -m "add python files from linux mint PC"
  • git push
1 Like