Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fredrikaugust/flexbox

IT2805 Project -- Autumn 2018
https://github.com/fredrikaugust/flexbox

it2805 no-flexbox project

Last synced: 4 days ago
JSON representation

IT2805 Project -- Autumn 2018

Awesome Lists containing this project

README

        

# IT2805 Project Autumn 2018 -- Operation "flexbox"

## How-to `git`

* 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 type `git 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 `.
* 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.