Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
.tmp
npm-debug.log
Second Folder/*.log
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"workbench.colorTheme": "Visual Studio Dark",
"workbench.fontAliasing": "antialiased",
"workbench.statusBar.visible": true,
// "files.exclude": {
// "**/.git": false
// }
"files.exclude": {
"**/.git": false
}
}
5 changes: 5 additions & 0 deletions First Folder/NewName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is content

This is an extra line


Empty file added Second Folder/.gitkeep
Empty file.
4 changes: 4 additions & 0 deletions challenge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Challenge File

This is the first line of content.
This is the second line of content.
1 change: 1 addition & 0 deletions gitStatusDemo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a new line
11 changes: 11 additions & 0 deletions status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Status and Fun Facts

## My Favorite Joke

Why did the developer go broke?

Because he lost his cache!

---

*This file was created as part of the Git branching and pull request workflow.*