mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-04-30 04:00:52 -05:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
b7c9b2b364
commit
9fc7ed62be
@@ -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 it’s 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)
|
||||
|
||||
Reference in New Issue
Block a user