Note | ||
---|---|---|
| ||
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 | ||||||
---|---|---|---|---|---|---|
|
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.