eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

exercise: advanced diff #356

Open severicasserly opened 1 year ago

severicasserly commented 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

DivyaSunilRaj commented 11 months ago

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