Here are a collection of simple poems to learn how to use git.
For this project we are recommending to clone this repo directly rather than fork. A quick search about forks explains why hacknight is going to use this approach.
git clone https://github.com/hacknightlbc/poems.git
cd poems
git checkout -b <<your_name_or_anything>>/<<branchname>>
- make some changes to a file or create a new file
git add your new file or edited file
git commit -m "this message tells the readers something useful"
git push --set-upstream origin your_name_or_anything/branchname
If you have trouble pushing to the repo please Contact Us and request to be a collaborator or ping us on the #hacknight slack channel
Next time we will go to the next step where you can merge new members' work.