You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git diff master other shows differences between the master and other branch. git diff other master shows the difference between the other branch and the master branch
Make an exercise showcasing diffing from different directions
git diff master other
vsgit diff other master
Could also showcase --word-diff
The text was updated successfully, but these errors were encountered: