Skip to content
Open

Joke #224

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4e9ba06
adds Example.md to demonstrate the git process
dauntless13333 Mar 4, 2026
1d8eafb
Create Example02.md
dauntless13333 Mar 4, 2026
a2a6321
adding Challenge01.md as a challenge
dauntless13333 Mar 4, 2026
ee85d18
adding gitStatusDemo.md to demonstrate git status
dauntless13333 Mar 5, 2026
7b6b340
Adds an extra line to show how git tracks change
dauntless13333 Mar 5, 2026
402f9d6
adds extra lines to demonstrate git diff
dauntless13333 Mar 5, 2026
1c5ee96
removes Example02.md
dauntless13333 Mar 5, 2026
b9501a1
renames Example.md to NewName.md
dauntless13333 Mar 5, 2026
6930d74
renames gitStausDemo.md to NewStatus.md
dauntless13333 Mar 5, 2026
c8216b0
moves newName.md to First_folder
dauntless13333 Mar 6, 2026
7a6c384
adds Second_folder
dauntless13333 Mar 6, 2026
d462dab
Revert "renames gitStausDemo.md to NewStatus.md"
dauntless13333 Mar 6, 2026
475ed7e
Adds changes to demonstrate the VsCode GUI
dauntless13333 Mar 6, 2026
fdd6916
creates importantFile.md
dauntless13333 Mar 6, 2026
409a312
adds extra line to importantFile.md
dauntless13333 Mar 6, 2026
712ef56
Moved importantFile.md to Important_Folder
dauntless13333 Mar 6, 2026
b11538c
Revert " Moved importantFile.md to Important_Folder"
dauntless13333 Mar 6, 2026
fb6e33a
Commit all tracked changes
dauntless13333 Mar 6, 2026
208685a
creates a folder for logs
dauntless13333 Mar 6, 2026
d29d7e5
Added LinkedinLearning to gitstatusDemo.md
dauntless13333 Mar 6, 2026
0b8c99e
adds a change to create a merge conflict
dauntless13333 Mar 6, 2026
d65e934
adds joke to practice with branches
dauntless13333 Mar 6, 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

log02.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!
4 changes: 4 additions & 0 deletions First_folder/NewName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is content

This is an extra line

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.
Empty file added Second_folder/log01.log
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 better change!
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 bring a saw to work?
to remove a branch!
Empty file added logs/log01.log
Empty file.