One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| // Whitespace and tabs have no meaning outside of quotation marks. Tabs help with readability. | |
| //Parentheses help with order of oprations. | |
| 2 * 3 + 5; // 11 | |
| 2 * (3 + 5); // 16 | |
| //Concatenation |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Measure Me</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body class="main"> | |
| <div> |
The git command-line utility has plenty of inconsistencies http://steveko.wordpress.com/2012/02/24/10-things-i-hate-about-git/
A GUI like http://sourcetreeapp.com is often helpful, but staying on the command line usually quicker. This is a list of the commands I use most frequently, listed by functional category:
git status list which (unstaged) files have changed