Forking, cloning, updating, and creating a pull request on Github
https://www.lukeko.com/11/forking-cloning-updating-and-creating-a-pull-reques... 0- Fork the repo
- Clone it to your local machine with
git clone https://github.com/username/ice_cube.git
- Make changes and commit
- Push to GitHub with
git push master origin/master
- Click "Pull Request"