Moving to Git¶
Welcome to the learning portal for working with Git as a source control for our Flare documentation.
About¶
We designed this website and its content to simplify the learning process of moving to git. Git is not too difficult to learn, but it is very powerful, and it offers us a lot of options in how we manage our source documentation.
We developed the topics on this site by going through different working scenarios while documenting our progress. You can use git via the command line or with a GUI. We recommend that you learn how to use Git Extension, which provides most of the functionality you will need for your daily work.
For basic git functions, you'll find topics written for Git Extension and for Git Bash.
Tip
Submit an issue by clicking the pen icon beside the topic title.
For new writers¶
As a new writer, you'll need to access to our github repositories. You'll find these instructions here.
Additional sources of information¶
Title | Link |
---|---|
Git Extension Support | Git Extensions |
Complete guide to git | The entire Pro Git book |
The internet | StackoverflowIf you have a problem, someone else has likely had that problem... |
Slack | #pcm_help |