Open severicasserly opened 1 year ago
Make an exercise showcasing diffing from different directions git diff master other vs git diff other master Could also showcase --word-diff
git diff master other
git diff other master
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