Hello
| Rank | Languages |
|---|---|
| 1 | Javascript |
| 2 | Python |
| 3 | SQL |
If we pull together and commit ourselves, then we can push through anything.
— Mona the Octocat
Some basic Git commands are:
git status
git add
git commit
This site was built using GitHub Pages.
- George Washington
- John Adams
- Thomas Jefferson
- First list item
- First nested list item
- Second nested list item
- First nested list item
| Command | Description |
|---|---|
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
function test() {
console.log("notice the blank line before this function?");
}
```
Look! You can see my backticks.
```