Changes between Version 30 and Version 31 of DevelopmentProcedure


Ignore:
Timestamp:
03/08/14 15:28:10 (11 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v30 v31  
    22This page outlines the basic steps one should take when adding a new development to the AstroBEAR code.
    33
     4AstroBEAR now uses git as the version control system.  We also use the [https://www.atlassian.com/git/workflows#!workflow-gitflow GitFlow workflow] for managing development, releases, and bug fixes.  Developers should take a minute to read through the [https://www.atlassian.com/git/workflows#!workflow-gitflow GitFlow workflow].  Here is a summary for doing new development.
     5
     61. Use git to clone the most up to date development
    47
    58[[CollapsibleStart(Previous Procedure)]]