Learn to Forking Workflow
- For this repo
- Clone your fork
- Create a branch
- Add a file on that branch, commit and push to your repo (same branch)
- Make a pr to this repo
- Update your local by pulling this repo (you have to add another remote)
- Update your fork by pushing from your local
git clone ....
git remote -v
git remote add NAME
git push NAME BRANCH
Go to git-playground, is a repo where you can safely practice anything you want (create an issue, create a PR, etc).