Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It also provides Command line instructions to be actioned in your Visual LANSA IDE Cloud instance. Follow the commands headed Git Global Setup and Existing folder or Git repository, as in this example:

Panel
bgColor#D3D3D3
Git global setup

git config --global user.name "lansa"
git config --global user.email "lansa@glansa.com.au"

Existing folder or Git repository

cd C:\PROGRA~2\LANSA\LANSA\LANSA\LANSA\VersionControl
git init
git remote add origin https://git@gitlab.com/lansa/vl-ide-demo.git
git add .
git commit
git push -u origin master

...

3.  Once you have pushed your LANSA Repository to GitLab, it is ready to be accessed by other users.

...