Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jafagervik/tdt4113-keypad
Group project for course TDT4113 (Ex. 5) at NTNU
https://github.com/jafagervik/tdt4113-keypad
Last synced: 26 days ago
JSON representation
Group project for course TDT4113 (Ex. 5) at NTNU
- Host: GitHub
- URL: https://github.com/jafagervik/tdt4113-keypad
- Owner: Jafagervik
- Created: 2019-10-03T17:53:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T15:04:20.000Z (about 5 years ago)
- Last Synced: 2024-10-30T01:54:19.520Z (2 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to GitHub Pages
You can use the [editor on GitHub](https://github.com/Jafagervik/TDT4113-KEYPAD/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
### Markdown
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
```markdown
git pull **Fetch latest changes on branch**
git push **Upload your changes to remote branch**
git commit -m **Commit changes for several files and add a message on what you changed/added**
git checkout -b **Create new branch locally**
git push --set-upstream origin **Set up branch remotely for others to checkout**
git add **Add files you want to commit and push**
git status **Status on which files has been added/removed/modified**
git checkout **switch branch**
git branch -a **see all branches****Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
```For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
### Jekyll Themes
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/Jafagervik/TDT4113-KEYPAD/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
### Support or Contact
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.