diff --git a/gui-tool-tutorials/github-macos-tutorial.md b/gui-tool-tutorials/github-macos-tutorial.md new file mode 100644 index 0000000000000000000000000000000000000000..332af3811c29f33ddc92d87d01b88cbe2f19ef21 --- /dev/null +++ b/gui-tool-tutorials/github-macos-tutorial.md @@ -0,0 +1,42 @@ +[](https://github.com/ellerbrock/open-source-badges/) +[<img align="right" width="150" src="https://firstcontributions.github.io/assets/Readme/join-slack-team.png">](https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM) +[](https://opensource.org/licenses/MIT) +[](https://www.codetriage.com/roshanjossey/first-contributions) + +# First Contributions + +|<img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="200">|GitHub Desktop Edition for mac| +|---|---| + +It's hard. It's always hard the first time you do something. Especially when you are collaborating, making mistakes isn't a comfortable thing. But open source is all about collaboration & working together. We wanted to simplify the way new open-source contributors learn & contribute for the first time. + +Reading articles & watching tutorials can help, but what comes better than actually doing the stuff without messing up anything. This project aims at providing guidance & simplifying the way rookies make their first contribution. Remember the more relaxed you are the better you learn. If you are looking for making your first contribution just follow the simple steps below. We promise you, it will be fun. + +If you don't have GitHub Desktop on your mac, [install it](https://desktop.github.com/). + +<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/mac-fork.png" alt="fork this repository" /> + +## Fork this repository + +Fork this repo by clicking on the fork button on the top right of this page. +This will create of copy of this repository in your account. + +## Clone the repository + +Now clone this repo to your machine. + +IMPORTANT: DO NOT CLONE THE ORIGINAL REPO. Go to your fork and clone it. + +To clone the repo, click on "Code" and then click on "Open with GitHub Desktop". + +<img style="left;" src="https://firstcontributions.github.io/assets/mac-clonetodesktop.png" alt="clone this repository" /> + +A pop up window will open. Click on "Allow". + +<img style="left;" src="https://firstcontributions.github.io/assets/mac-open-githubdesktop.png" alt="clone this repository" /> + +After you click on "Allow" the contents will be downloaded to your computer. + +<img style="left;" src="https://firstcontributions.github.io/assets/mac-downloaded.png" alt="clone this repository" /> + +Now you have copied the contents of the first-contributions repository in github to your mac.