Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fredrikaugust/flexbox
- Owner: FredrikAugust
- License: gpl-3.0
- Created: 2018-09-20T10:29:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T22:48:59.000Z (about 6 years ago)
- Last Synced: 2024-12-04T07:47:48.863Z (2 months ago)
- Topics: it2805, no-flexbox, project
- Language: HTML
- Size: 39.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.