Skip to content
Discussion options

You must be logged in to vote

Change tracking and source code management is the whole point of using Git and migrating from QSYS.

If you want to use Git properly, you have to migrate your source members to streamfiles, download them and push them to git.
Once the project is in it, there is no turning back to QSYS. Everything happens in Git, in a local VS Code workspace.

The key is that when you run a local action on a local file, Code for IBM i will upload these files to a working directory on the IFS and then run the command on these uploaded files.

Of course that works well for commands supporting the STMF parameter. For other types (like RPG III), the action should include a CPYFRMSTMF before CRTRGPGM, for example.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LuGe00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants