Versions Compared

Key

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


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

Maintaining versions of your code is important in a modern development environment. Git can be installed via a PTF: 5733OPS, option 6.

...

When people are creating, deleting or modifying files, each individual should make commits to the files they change.

Video Tutorial

Widget Connector
width640
urlhttps://www.youtube.com/watch?v=jInntFxTwrA
height360

Option 2 - Develop Locally with a Cloud Repository

...

  • Clone your repo within your Profound.js installed on your IBM i, with a final parameter of 'modules - which tells the clone to 'clone' into the modules folder: git clone https://github.com/user/myproductmodules.git modules
  • Use git pull every time you'd like to pull new commits down to your IBM i.