Git reset to a specific hash version & Switch to a remote branch.
Situation I was working on branch b and Bob was working on branch c. Bob made some breaking changes in branch c and wanted me to test new changes. What I did I directly pulled that branch like git pull branch_name so what happened is that branch go...
Aug 18, 20222 min read47

