From 3de95f5224f5d56ddf70a67fc000dfbab362b874 Mon Sep 17 00:00:00 2001 From: Asaph Date: Thu, 11 Sep 2025 11:04:18 +0530 Subject: [PATCH] tmsc --- Demo/test2.js | 7 +++++++ GIT_ASSIGNMENT.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 Demo/test2.js diff --git a/Demo/test2.js b/Demo/test2.js new file mode 100644 index 0000000..cf783fd --- /dev/null +++ b/Demo/test2.js @@ -0,0 +1,7 @@ +import React from "react"; + +const test2 = () => { + return
test2
; +}; + +export default test2; diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index c20fe17..7192b1c 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -76,3 +76,7 @@ ## 11.Ignore ![alt text](image-17.png) +![alt text](image-18.png) +![alt text](image-19.png) + +## 14: Viewing File History