19 Commits

Author SHA1 Message Date
44143d9ee5 Merging Branches 1 2025-09-18 10:16:14 +05:30
f75a33f566 Merging Branches 2025-09-18 10:13:54 +05:30
17c8527f7d test12 2025-09-18 10:02:36 +05:30
27be8e4fc1 Git push @ 10 2025-09-11 11:24:12 +05:30
3de95f5224 tmsc 2025-09-11 11:04:18 +05:30
7f1dfe7346 com w 2025-09-11 10:54:52 +05:30
25953a4645 test q 2025-09-11 10:52:14 +05:30
72a3d300f9 sa 2025-09-01 13:31:57 +05:30
028072253e cs 2025-09-01 13:29:53 +05:30
d44fba35e4 ignore1 2025-09-01 13:15:59 +05:30
b7200d6232 s 2025-09-01 12:47:47 +05:30
1f3c0beb2f number 2025-09-01 12:29:35 +05:30
af40784005 remote 2025-09-01 12:28:06 +05:30
30e8f162e5 Demo 2025-09-01 12:00:19 +05:30
6d6854bf69 pull 2025-09-01 11:45:15 +05:30
450cd38898 New 2025-09-01 11:41:14 +05:30
058987368b e 2025-09-01 11:37:27 +05:30
ab35c1f11f control 2025-09-01 11:32:08 +05:30
0290f9c995 explore 2025-09-01 11:25:50 +05:30
24 changed files with 70 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
ese.txt

7
Demo/test1.js Normal file
View File

@ -0,0 +1,7 @@
import React from "react";
const test1 = () => {
return <div>test1dklfmvs;dfknlm</div>;
};
export default test1;

7
Demo/test2.js Normal file
View File

@ -0,0 +1,7 @@
import React from "react";
const test2 = () => {
return <div>test2</div>;
};
export default test2;

View File

@ -49,3 +49,50 @@
## Git Diff
## ![alt text](image-9.png)
## git diff <commit1> <commit2>
![alt text](image-10.png)
## 7.Exploring Branches
![alt text](image-11.png)
![alt text](image-12.png)
## 8.Cloning a Repository
![alt text](image-13.png)
## 9.Pull code from branch
![alt text](image-14.png)
![alt text](image-15.png)
## 10.Checking Remote
![alt text](image-16.png)
## 11.Ignore
![alt text](image-17.png)
![alt text](image-18.png)
![alt text](image-19.png)
## 14: Viewing File History
![alt text](image-20.png)
![alt text](image-21.png)
![alt text](image-22.png)
## 15: Git Blame
![alt text](image-23.png)
![alt text](image-24.png)
![alt text](image-25.png)
## 16: Merging Branches
![alt text](image-26.png)
![alt text](image-27.png)

7
demo.js Normal file
View File

@ -0,0 +1,7 @@
import React from "react";
const demo = () => {
return <div>demo</div>;
};
export default demo;

BIN
image-10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
image-11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
image-12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
image-13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
image-14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
image-15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
image-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
image-17.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
image-18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
image-19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
image-20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
image-21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
image-22.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
image-23.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
image-24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
image-25.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
image-26.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
image-27.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

1
tech-thursday-demo Submodule

Submodule tech-thursday-demo added at 3fe7109585