User Tools

Site Tools


git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git [2026/06/05 11:14] – [checkout] jhagstrandgit [2026/06/05 21:49] (current) – [branch] jhagstrand
Line 71: Line 71:
  
   git branch newfeature          # create a new branch   git branch newfeature          # create a new branch
-  git diff master..newfeature    # compare two branches+  git diff master...newfeature    # compare two branches
   git checkout master            # make this branch the default, and   git checkout master            # make this branch the default, and
                                  #     replace the the working copy                                  #     replace the the working copy
git.txt · Last modified: 2026/06/05 21:49 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki