4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
  • thumbnail
    version control - How to preview git-pull without doing fetch? - Stack Overflow

    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.

    February 1, 2014 at 1:45:43 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/180272/how-to-preview-git-pull-without-doing-fetch
    git preview
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation