en:uhsdr_dev:git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:uhsdr_dev:git [13.03.2018 11:45] df9ts_useren:uhsdr_dev:git [13.03.2018 12:45] – github additions 1 df9ts_user
Line 14: Line 14:
    
 ==== Option: Use "git" on command line level, Unix style ==== ==== Option: Use "git" on command line level, Unix style ====
 +
 +=== Fork UHSDR to your own remote github repo ===
 +  * Create github account if needed, or sign into github
 +  * Goto https://github.com/df8oe/UHSDR and create a fork - which will be located in your github space
 +  * Note the URL of your github fork, e.g. https://github.com/DF9TS/UHSDR-1
  
 === Pull UHSDR from Github === === Pull UHSDR from Github ===
   * If git is not intalled on your system: <code>$apt-get install git</code>   * If git is not intalled on your system: <code>$apt-get install git</code>
-  * Clone UHSDR repository:  +  * Clone UHSDR repository: Go to the directory where you want to store the GIT clone, then create a local clone. Use the URL for your github fork, e.g. <code>$git clone https://github.com/DF9TS/UHSDR-1</code> 
-    * Go to the directory where you want to store the GIT clone, then type<code>$git clone https://github.com/df8oe/UHSDR.git</code>+  * You now have a local clone of your fork in the current local directory 
 +  * Check the remote repos assigned <code>git remote -v</code> 
 +  * Add DF8OE UHSD repo as upstream remote repo so that you can esaly synch it with your fork: <code>git remote add upstream https://github.com/df8oe/UHSDR</code> 
 +  *  
 + 
 + 
  
 === Use local UHSDR clone in Eclipse === === Use local UHSDR clone in Eclipse ===
  • en/uhsdr_dev/git.txt
  • Last modified: 16.03.2018 13:09
  • by df9ts_user