Add images and update gitassignment.md

This commit is contained in:
2025-08-23 10:40:10 +05:30
parent cdd1970950
commit 3f66206d09
7 changed files with 13 additions and 2 deletions

BIN
create new branch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,3 +1,2 @@
hello hello
welcome welcome
adgsjkdh

BIN
git branch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
git checkout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
git clone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
git switch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -44,3 +44,15 @@ In email we can`t tarck the changes in the code.But in git we track the changes
![alt text](<git diff commit1 commit 2.png>) ![alt text](<git diff commit1 commit 2.png>)
![alt text](<git diff.png>) ![alt text](<git diff.png>)
![alt text](<git log oneline.png>) ![alt text](<git log oneline.png>)
## 7. Creating & Switching Branches
![alt text](<git branch.png>)
![alt text](<create new branch.png>)
![alt text](<git checkout.png>)
![alt text](<git switch.png>)
## 8 Git clone
![alt text](<git clone.png>)