Updating the assignment

This commit is contained in:
2025-08-27 21:29:26 +05:30
parent 31700ab7fd
commit 298f362201
7 changed files with 26 additions and 0 deletions

View File

@@ -100,3 +100,28 @@ Version control (like Git) keeps one central version of the file, records who ma
---
## 9. Adding & Managing Remotes
## Git Remote
![Git origin](git_origin.png)
![Git remote](git_origin_remote.png)
---
## 10. Pushing & Pulling Changes
## Git Pull
![Git pull](git_pull.png)
---
## 11. Ignoring Files with .gitignore
## .gitignore
![.gitignore](gitignore.png)
---