Update README.md

This commit is contained in:
Micheal Palliparambil
2025-03-10 23:52:30 -05:00
committed by GitHub
parent c94fe3fce4
commit 58fc0bb2c5
+1 -4
View File
@@ -76,10 +76,7 @@ When users are within the same branch and they want to push to remote but not su
### 🔹 Solution:
use the ---force with lease flag while pushing to check it there is a push. If there is a push from the other person - your push to the same branch is cancelled.
#### [Tutorial](./--force-with-lease.md)
> [Git push — force-with-lease vs. — force - Sahil-Bhatia](https://medium.com/@sahilsahilbhatia/git-push-force-with-lease-vs-force-ecae72601e80)
#### References
### [Tutorial](./--force-with-lease.md)
> [Checkout Tutorial Here](./--force-with-lease.md)
## 📌 Git Worktree Tutorial