added git push and gitignore

This commit is contained in:
2025-09-02 16:03:32 +05:30
parent 6ba0313795
commit 2e533c8cf6
5 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
secret.txt
secret.txt
secretfile.txt

BIN
git push.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -64,9 +64,13 @@ In email we can`t tarck the changes in the code.But in git we track the changes
## 10. Pushing & Pulling Changes
![alt text](<git pull.png>)
![alt text](<git push.png>)
## 11. Ignoring Files with .gitignore
![alt text](<Ignoring Files with .gitignore.png>)
![alt text](<Working Directory and Staging.png>)
![alt text](<Working Directory and Staging.png>)
![alt text](<git status after gitignore.png>)
![alt text](<git status before gitignore.png>)