ongoing additions, changes, and fixes

This commit is contained in:
Yuri Slobodyanyuk
2020-09-23 06:58:00 +00:00
parent 794dc639e8
commit 1f9fa45343

View File

@@ -31,4 +31,16 @@
|*git config --list --show-origin*
|View all the settings with their origins.
|*Contribute to a project (pull request) on Githab.com*
| Steps to contribute to some project on the github:
. Fork the project you want to contribute to.
. Clone the fork to your local system.
. Make a new custom (non-master) branch inside it.
. Make your changes.
. Push this branch to your Github account.
. Open a Pull Request on the Github.com for the project owner to review & merge.
|===