This shows you the differences between two versions of the page.
| linux:gitlabimport [2020/01/30 12:43] – created jotasandoku | linux:gitlabimport [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| git config --global user.name "Jaime Santos Amandi" | git config --global user.name "Jaime Santos Amandi" | ||
| - | git config --global user.email " | + | git config --global user.email " |
| Create a new repository | Create a new repository | ||
| - | git clone git@gitlab.oracledatacloud.com: | + | git clone git@gitlab.mycompany2datacloud.com: |
| cd junos-vmx-18.2r1.9-vagrant-virtual-lab | cd junos-vmx-18.2r1.9-vagrant-virtual-lab | ||
| touch README.md | touch README.md | ||
| Line 21: | Line 21: | ||
| cd existing_folder | cd existing_folder | ||
| git init | git init | ||
| - | git remote add origin git@gitlab.oracledatacloud.com: | + | git remote add origin git@gitlab.mycompany2datacloud.com: |
| git add . | git add . | ||
| git commit -m " | git commit -m " | ||
| Line 31: | Line 31: | ||
| cd existing_repo | cd existing_repo | ||
| git remote rename origin old-origin | git remote rename origin old-origin | ||
| - | git remote add origin git@gitlab.oracledatacloud.com: | + | git remote add origin git@gitlab.mycompany2datacloud.com: |
| git push -u origin --all | git push -u origin --all | ||
| git push -u origin --tags | git push -u origin --tags | ||