User Tools

Site Tools


geda:scm

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
geda:scm [2016/08/04 12:34]
kaimartin [List all branches of a project] better way to list the branches
geda:scm [2016/08/04 12:35] (current)
kaimartin [Track a feature branch] removed spurious brackets
Line 33: Line 33:
 This will create a branch with the name ''<​local name>''​ in your local repository, which tracks the ''<​remote name>'''​d branch. This will create a branch with the name ''<​local name>''​ in your local repository, which tracks the ''<​remote name>'''​d branch.
 <​code>​$ git checkout --track -b <local name> origin/<​remote name></​code>​ <​code>​$ git checkout --track -b <local name> origin/<​remote name></​code>​
-Go ahead and build the application]] from the branch as described by the [[geda:​gaf_building_git_version|build instructions]]. By default the command ''​make install''​ will copy the binaries to ''/​usr/​local/​*''​. That way, it will not interfere with an install done by your linux distribution. You may use full paths, symbolic links or aliases to pick which version to use.+Go ahead and build the application from the branch as described by the [[geda:​gaf_building_git_version|build instructions]]. By default the command ''​make install''​ will copy the binaries to ''/​usr/​local/​*''​. That way, it will not interfere with an install done by your linux distribution. You may use full paths, symbolic links or aliases to pick which version to use.
  
 ==== Communicate your experience ==== ==== Communicate your experience ====
geda/scm.1470328473.txt.gz ยท Last modified: 2016/08/04 12:34 by kaimartin