- or download this
fritz@laptop:~/.ssh$ ssh -T git@gitlab.com
Welcome to GitLab, @tallharry66!
fritz@laptop:~/.ssh$
- or download this
cd existing_repo
git remote add origin https://gitlab.com/perlmonks/betelgeuse.git
...
git push -uf origin main
- or download this
fritz@laptop:~/Documents/gitlab1$ git init
Initialized empty Git repository in /home/fritz/Documents/gitlab1/.git
+/
...