Git common errors and solutions
1.Pulling without specifying how to reconcile divergent branches
Solution: here
2. Git log history is inconsisent if we have merges
Reason: here
3. 3 ways of re-writing history
Solution: here
4. git rebase
Solution: here
Comments
Post a Comment