This project is used as a playground for testing https connections between GitHub and IBM's development IDEs for RPG.
-
eGit Plug-in The eGit plug-in must be installed with the IBM Installation Manager. The following repositories must be connected:
-
RDi 9.5.0.0
-
RDi 9.5.1.0
Now install component: Eclipse Git Team Provider
-
-
Git System Settings
[diff "astextplain"] textconv = astextplain [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true [core] autocrlf = true symlinks = false fscache = true longpaths = true [pull] rebase = false [init] defaultBranch = master
-
Git User Settings
[core] autocrlf = true editor = \"C:\\Users\\traddatz\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --wait [http] sslVerify = true [user] name = Thomas Raddatz email = [email protected] [rdi] version = 9.5.13
Connection | Clone | Push | Pull | Comment |
---|---|---|---|---|
https | X | X | X | Connection was established with a personal access (classic) with repo + project permissions |