Repository for learning git and github collaboratively.
This repository can be used to practice git forking workflow within github.
Here are the steps:
-
Fork the repository. (There's a fork button on top right of the window on a desktop browser.)
-
Clone the repository locally. Add your forked repository as a remote source.
-
Make a new branch.
-
Make changes within the new branch. (NOTE: you must create a folder within
contributions
folder with your github handle as the folder name, and then you can add.md
or.txt
files to practice git with. No other file types or folders are allowed outside your designated folder.) -
Commit the changes.
-
Push the changes to your forked repository.
-
Create a pull request from your new branch in forked repository.