Changes between Version 35 and Version 36 of DevelopmentProcedure


Ignore:
Timestamp:
03/31/14 15:43:04 (11 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v35 v36  
    661. Before starting a new development task, you should first make sure you have an up to date version of the code.  Please see [GitoliteProcess this page] for information about using gitolite.
    77{{{
    8   git clone ssh://orda@botwin.pas.rochester.edu
     8  git clone ssh://orda@botwin.pas.rochester.edu/astrobear
    99}}}
    10 1. Also make sure there is a ticket outlining what development you plan on doing.  Create one if necessary!
     101. Move to your new repo, and check out the development branch
     11{{{
     12  git checkout development
     13}}}
     141. Make sure there is a ticket outlining what development you plan on doing.  Create one if necessary!
    11151. Then create a new branch off of the development branch using the ticket id as the branch name
    1216{{{
     
    2933  git push
    3034}}}
    31 1.  You can repeat steps 5-7 as many times as you want until the feature is complete.  Then please notify [mailto:astrobear_dev@pas.rochester.edu] and we will merge your changes into the development branch and the next release.
     351.  You can repeat steps 6-8 as many times as you want until the feature is complete.  Then please notify [mailto:astrobear_dev@pas.rochester.edu] and we will merge your changes into the development branch and the next release.
    3236
    3337