Changes between Version 21 and Version 22 of Developer/Git/Committers


Ignore:
Timestamp:
11/23/14 11:40:07 (9 years ago)
Author:
Chris Johns
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Committers

    v21 v22  
    6262{{{
    6363 * remote origin
    64    Fetch URL: ssh://user@git.rtems.org/home/user/git/rtems.git
    65    Push  URL: ssh://user@git.rtems.org/home/user/git/rtems.git
     64   Fetch URL: ssh://user@dispatch.rtems.org/home/user/git/rtems.git
     65   Push  URL: ssh://user@dispatch.rtems.org/home/user/git/rtems.git
    6666   HEAD branch: master
    6767   Remote branches:
     
    9696
    9797When you have committed changes on a branch that is public/shared with another developer you should not rebase that branch.
     98
    9899=  GIT Push Configuration  =
    99100
     
    138139The procedures for creating personal repositories ensures that every developer can post branches that anyone else can review. To pull a developer's personal repository into your local RTEMS git clone, just add a new remote repo:
    139140{{{
    140 # git remote add devname git://git.rtems.org/devname/rtems.git
     141# git remote add devname git://dispatch.rtems.org/devname/rtems.git
    141142# git fetch devname
    142143# git remote show devname