Использование Git с Visual Source Safe 6.0

Каждый из них адресует разные проблемы и может даже быть объединен вместе, чтобы иметь что-то вроде ниже

The Combined Pattern [/g1]

. Также имеется полное сравнение MVC, MVP и MVVM здесь

30
задан Seph 27 March 2012 в 08:34
поделиться

1 ответ

The setup you're considering should work fine. For git commands just check the tutorials.

The workflow I've used (not with VSS, but the concept is the same) is something like:

  • Checkout from main (i.e. VSS)
  • Keep one "trunk" branch that is in sync with VSS
    • will always be kept clean
  • Develop in branches branched from "trunk"
  • Updating from VSS:
    • switch to "trunk"
    • update with VSS
    • git commit the changes
    • rebase the branches that are branched from trunk
  • To push changes to VSS:
    • переместить изменения из ветки разработки в «магистраль»
    • переключить на «магистраль»
    • VSS зафиксировать изменения
10
ответ дан 28 November 2019 в 00:30
поделиться
Другие вопросы по тегам:

Похожие вопросы: