task updated

This commit is contained in:
2025-08-28 00:25:35 +05:30
parent 9476325f2b
commit 314e788b11
5 changed files with 24 additions and 0 deletions

View File

@ -105,3 +105,27 @@ Emailing creates many confusing copies (e.g., report_final.docx, report_final2.d
![Git Add & verify origin](git_add_remote_origin.png)
---
## 10. Pushing & Pulling Changes
## Git Pull
![Git files edited in repo](git_file_edited_in_repo.png)
![Git pull](git_pull_after_file_changed_repo.png)
![Git files verifed](git_verified_updates_after_pulll.png)
## Git Push
![Git push](git_push_in_main.png)
---
## 11. Ignoring Files with .gitignore
## .gitignore
![.gitignore](git_ignore_commit.png)
![.gitignore](git_ignore_status.png)
---

BIN
git_file_edited_in_repo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
git_push_in_main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB