Changes between Version 30 and Version 31 of DevelopmentProcedure
- Timestamp:
- 03/08/14 15:28:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v30 v31 2 2 This page outlines the basic steps one should take when adding a new development to the AstroBEAR code. 3 3 4 AstroBEAR 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 6 1. Use git to clone the most up to date development 4 7 5 8 [[CollapsibleStart(Previous Procedure)]]