Changes between Version 23 and Version 24 of Developer/Git/Committers


Ignore:
Timestamp:
03/15/15 06:37:45 (9 years ago)
Author:
Chris Johns
Comment:

Fix renaming and image.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Committers

    v23 v24  
    11= Git Committers =
    22
    3 
    4 
    5 [[TOC(Developer/GitCommitters, depth=2)]]
     3[[TOC(Developer/Git/Committers, depth=2)]]
    64
    75
     
    5250After a little while you should be able to see your personal repo at http://git.rtems.org/user/rtems.git/ and you can create other repositories in your git directory that will propagate to http://git.rtems.org/user if you need.
    5351
    54 [[Image(git-personalrepo.png)]]
     52[[Image(Git-personalrepo.png, 80%, align=center)]]
    5553
    5654==  Check your setup  ==
     
    7573     master pushes to master (up to date)
    7674}}}
     75
    7776==  Push commits to personal repo master from local master  ==
    7877
     
    8584# git push origin branchname
    8685}}}
     86
    8787==  Update from upstream master (RTEMS head)  ==
    8888
     
    9898
    9999=  GIT Push Configuration  =
    100 
    101100
    102101People with write access to the main repository should make sure that they push the right branch with the git push command. The above setup ensures that git push will not touch the main repository, which is identified as upstream, unless you specify the upstream (by git push upstream master).
     
    135134# git config remote.origin.push master
    136135}}}
     136
    137137=  Pull a Developer's Repo  =
    138138