Git pull: what happens when and why?: Revision history

From genomewiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 September 2016

31 August 2016

  • curprev 00:5500:55, 31 August 2016Galt talk contribs 2,970 bytes +2,970 Created page with "What happens when you git pull? Git pull does a fetch and then a merge. git fetch updates your repo bringing in new git repo objects, updates origin/master. It does not change yo..."