Skip to content

Use cases

AnatolyKolbasin edited this page Feb 1, 2021 · 3 revisions

Use cases

Depending on your goals, there may be the following use cases:

Download the repository locally

By downloading the repository to your computer, you can locally use the repository, add and modify the necessary files.

Fork the repository

fork this repository

You can fork the repository. This makes it possible to add and modify the required files. You can also prepare material and make a pull request to the main repository.

Fork to your private repository

On the basis of our repository, you can work in your team

  1. Create the new private repository on GitHub your-repository
  2. Create a bare clone of the repository
git clone --bare https://github.com/IBA-mainframe-dev/Global-Repository-for-Mainframe-Developers.git
  1. Mirror-push to the new
cd Global-Repository-for-Mainframe-Developers.git
git push --mirror https://github.com/**your-username**/**your-repository**.git
  1. Remove the temporary local repository you created earlier
cd ..
rm -rf Global-Repository-for-Mainframe-Developers.git

Ask something or add an issue

You can ask your questions through GitHub issue page

Also, if you notice a typo or a broken solution, let us know - add an issue

z/OS System operating

SMP/E

Mainframe automation solutions and best practices

z/OS DevOps scripts

RACF

REXX scripts

ISPF

HSM

Useful tricks

Batch jobs (JCLs)

z/OS System operating

z/OS Subsystem operating

Clone this wiki locally