Use cases - IBA-mainframe-dev/Global-Repository-for-Mainframe-Developers GitHub Wiki
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
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
- Create the new private repository on GitHub
your-repository
- Create a bare clone of the repository
git clone --bare https://github.com/IBA-mainframe-dev/Global-Repository-for-Mainframe-Developers.git
- Mirror-push to the new
cd Global-Repository-for-Mainframe-Developers.git
git push --mirror https://github.com/**your-username**/**your-repository**.git
- 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