If You Are Having A Huge Merge Conflict And Only Want To Use The Changes From One Branch
Topic | Source |
---|---|
๐ฅ๏ธ Tech | github - Git merge with force overwrite - Stack Overflow |
git merge --strategy=ours master
Links
- Git revert can help you undoing a specific commit
- Git clean has the power to undo all untracked changes to your repository