Update README.md

This commit is contained in:
Micheal Palliparambil
2025-03-10 23:55:51 -05:00
committed by GitHub
parent b7c9b2b364
commit 9fc7ed62be
+3 -3
View File
@@ -53,7 +53,7 @@
- [**🐧 Bash**](#-bash)
- [**🖥 PowerShell**](#-powershell)
- [Miscellaneous](#miscellaneous)
- [References](#References)
- [References & Resources](#References & Resources)
# Advanced Git Commands
@@ -492,6 +492,6 @@ git fetch -p && git branch -vv | Select-String ': gone]' | ForEach-Object { $_.T
- `git bundle unbundle <file>`: Extract a bundle into a repository.
- `git rm --cached -r <file/folder>`: Removes Git tracking without deleting files from local machine which prevents Git from tracking future changes if its added to .gitignore.(Ex: most useful for deleting .env when you accidentally push it to remote)
#### [References](./References.md)
#### [References & Resources](./References&Resources.md)
A collection of blogs, and resources I have used to get to know more of git.
> [References](./References.md)
> [References&Resources](./References&Resources.md)