Go up directory without installing gitlab

Is there a way to upload a whole directory to my repository without installing gitlab on my machine?

1 Like

Hi!
Are you trying to push a local directory, which is under git control version, to a remote gitlab instance?
BR.-

1 Like

Hello. I want to upload a logal directory from my desktop, but I didn’t want to install gitlab on my desktop. Is it possible to upload without installing the git desktop app?

Hi!
From the GitLab UI you can upload files, but the right way to is to do a git push, from a git client, installed on your desktop.
You can install several tools, incluiding (but not limited to) Tortoise Git (If you’re a windows user), Git GUI, GitHub Desktop, etc.

BR.-

1 Like

Hello. I want to upload a logal directory from my desktop, but I didn’t want to install gitlab on my desktop. Is it possible to upload without installing the git desktop app?

1 Like