The Daily Shaarli
After doing a git fetch, do a git log HEAD..origin to show the log entries between your last common commit and the origin branch. To show the diffs, use either git log -p HEAD..origin to show each patch, or git diff HEAD...origin (three dots not two) to show a single diff.
Un autre site avec plein d'article sur git
Un panel d'admin dans le même genre que ispconfig ou webmin
via nico
