Update README.md

This commit is contained in:
Micheal Palliparambil
2025-03-10 23:16:04 -05:00
committed by GitHub
parent d064999b5c
commit 59361a747c
+2 -2
View File
@@ -55,7 +55,7 @@
- [Miscellaneous](#miscellaneous)
# Advanced Git Commands
---
## Latest
@@ -64,7 +64,7 @@
## 📌 `git push --force-with-lease`
---
`git push --force-with-lease` ensures you dont accidentally overwrite someone elses work when force-pushing. It checks if the remote branch still matches what you last pulled. If someone else has pushed changes in the meantime, your push is rejected, preventing unintended data loss.
### 🔹 Problem: