- To clone the project onto your computer:
git clone https://github.com/fredrikaugust/flexbox. - Create a new branch by typing
git checkout -b <...>. - Add your changes to staging by typing
git add path/to/your/file.html path/to/your/second/file.css <...>. You can also typegit add *to stage all changes BUT JUST BECAUSE YOU CAN DOESN'T MEAN YOU SHOULD ERIK SKÅR. - Commit your changes by typing
git commit -m "short description of what you've changed". - Then, push to your branch:
git push origin <name of branch you created earlier>. - Finally, go to GitHub and create a new pull request (remember to not click merge after), and wait for your peers to review the code.
FredrikAugust/flexbox
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|