##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
const keyCodes = { | |
backspace: 8, | |
tab: 9, | |
enter: 13, | |
shiftleft: 16, | |
shiftright: 16, | |
ctrlleft: 17, | |
ctrlright: 17, | |
altleft: 18, | |
altright: 18, |
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
#content-wrapper | |
+container | |
#about | |
// Default (smallest screens) | |
+column(100%) | |
background-color: #ccc | |
// Respond to other screen widths |