GIT Viewing project history

Posted under » Version Control on 29 Aug 2018

At any point you can view the history of your changes using

$ git log
$ git log -p // to see complete diffs at each step

Often the overview of the change is useful to get a feel of each step

$ git log --stat --summary

If you prefer to see one line at a time

$ git log --oneline

You have learnt the cached diff but can then see the committed gif

$ git diff

» next | previous

web security linux ubuntu python django git Raspberry apache mysql php drupal cake javascript css AWS data