Skip to content

Git. Mandatory reading

lufe089 edited this page Sep 22, 2017 · 5 revisions

# # Git basic concepts

Git getting started basics(suggested reading)

Gir workflow forks - pull and push scheme

Pease read the section Forking workflow from the article team work. On this section you will find an explanation about how we work as a team for keeping our contributions well syncrhonized. This reading is mandatory if you want to contribute as a VariaMos developer.

Git branching model

Read the following article aboutBranching model. Basically, we used the same scheme, but unlike the article we call the shared repository "upstream" instead of "origin".