Help for this page

Select Code to Download


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