create new folder
mkdir folder-namedelete file
rm some_file| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="My very first code snippet"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="check a condition on various types"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> |
| .element { | |
| position: relative; | |
| top: 50%; | |
| transform: translateY(-50%); | |
| } |
| git remote set-url origin https://github.com/archiewald/repo_name.git | |
| if there is none: | |
| git remote add origin https://github.com/archiewald/repo_name.git |
| git hf update | |
| git merge develop | |
| # TODO - how to without hf? |
| ls -a |
| <p>copied from MDN</p> | |
| <p>Simple table with header</p> | |
| <table> | |
| <tr> | |
| <th>First name</th> | |
| <th>Last name</th> | |
| </tr> | |
| <tr> | |
| <td>John</td> |
close other windows
cmd + alt + T
activate 💡
cmd + .