From 7ce6feb1e664f410baf89763cbeac1ae039199f5 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Wed, 23 Sep 2020 06:59:44 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- git-and-github-cheat-sheet.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git-and-github-cheat-sheet.adoc b/git-and-github-cheat-sheet.adoc index aba01a9..e586d71 100644 --- a/git-and-github-cheat-sheet.adoc +++ b/git-and-github-cheat-sheet.adoc @@ -32,14 +32,19 @@ |View all the settings with their origins. -|*Contribute to a project (pull request) on Githab.com* +|*Contribute to a project (pull request) on Github.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.