Skip to content
Open

Joke #210

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8d5abaf
adds Example.md to demonsstrate the git process
tsparrish Feb 5, 2026
0d18484
Create Example02.md
tsparrish Feb 5, 2026
0c8d47d
Adding Challenge01.md as a challenge
tsparrish Feb 6, 2026
e0c87c9
adding gitStatusDemo.md to demonstrate git status
tsparrish Feb 6, 2026
e198d31
Adding Challenge01.md as a challenge
tsparrish Feb 6, 2026
6096802
git commit -m "Merge Challen01.md"
tsparrish Feb 6, 2026
eb27953
Adds an extra line to show how git tracks changes
tsparrish Feb 10, 2026
652615c
adds extra lines to demonstrate git diff
tsparrish Feb 10, 2026
20a0be4
Removes Example02.md
tsparrish Feb 10, 2026
a6d9456
renames Example.md to NewName.md
tsparrish Feb 10, 2026
5b1aa46
renames gitStatus.md to newStatus.md
tsparrish Feb 10, 2026
fec201f
moves newname.md to First_Folder
tsparrish Feb 10, 2026
76f91bf
Adds Second_Folder
tsparrish Feb 10, 2026
41883e6
fixe Example02.md file
tsparrish Feb 12, 2026
df96439
adding gitStatusDemo.md to demonstrate git status
tsparrish Feb 12, 2026
131cc79
adding gitStatusDemo.md to demonstrate git status
tsparrish Feb 12, 2026
24bc7da
adding gitStatusDemo.md to demonstrate git status
tsparrish Feb 12, 2026
7b8d872
adding gitStatusDemo.md to demonstrate git status
tsparrish Feb 12, 2026
291d65a
adding newName.md
tsparrish Feb 12, 2026
dab2a89
adding content to newName.md
tsparrish Feb 12, 2026
8791313
Add changes to demonstrate the VSCode
tsparrish Feb 12, 2026
a692848
creates important_File.md
tsparrish Feb 15, 2026
0dfa41b
adds extra line to important_File.md
tsparrish Feb 15, 2026
f299dda
Moved important_File.md to Important_Folder
tsparrish Feb 15, 2026
73bf12d
Revert "Moved important_File.md to Important_Folder"
tsparrish Feb 15, 2026
2232ee0
Moved important_File.md to Important_Folder
tsparrish Feb 15, 2026
aeaa4ff
commit .gitignore and .vscode/settings.json
tsparrish Feb 15, 2026
85baf93
creates a folder for logs
tsparrish Feb 15, 2026
5092d76
creates a folder for logs
tsparrish Feb 15, 2026
80d7067
Merge pull request #1 from tsparrish/logfolder
tsparrish Feb 15, 2026
0910d8e
Update gitStatusDemo.md
tsparrish Feb 16, 2026
fde3005
adds joke to practice branches
tsparrish Feb 16, 2026
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
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
}
}
1 change: 1 addition & 0 deletions Challenge01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I am ready for this challenge!
2 changes: 2 additions & 0 deletions Example02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is some text!

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

Add another small change
3 changes: 3 additions & 0 deletions Important_Folder/important_File.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is an important file

This is an important update
Empty file added Second_Folder/.gitkeep
Empty file.
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, this is a change.
3 changes: 3 additions & 0 deletions important_file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is an important file

This is an important update
2 changes: 2 additions & 0 deletions joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Why did the Git user brang a saw to work?
To remove a branch!
Empty file added logs/log01.log
Empty file.
Empty file added logs/log02.log
Empty file.
4 changes: 4 additions & 0 deletions newName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is content

This is an extra line