File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44<!-- ./gh-md-toc --insert /path/to/README.md-->
55<!-- ts-->
66 * [ Frequently asked questions] ( #frequently-asked-questions )
7+ * [ Git] ( #git )
8+ * [ Are there instructions how to use Git ?] ( #are-there-instructions-how-to-use-git- )
9+ * [ Coding Guidelines] ( #coding-guidelines )
10+ * [ Where are the Coding Guidelines ?] ( #where-are-the-coding-guidelines- )
11+ * [ How do I check my code or apply the guidelines ?] ( #how-do-i-check-my-code-or-apply-the-guidelines- )
712 * [ Build] ( #build )
813 * [ How do I add a dependency to my module ?] ( #how-do-i-add-a-dependency-to-my-module- )
914 * [ How do I make my module depend on library XXX from AliceO2 ?] ( #how-do-i-make-my-module-depend-on-library-xxx-from-aliceo2- )
1722
1823[ ← Go back to Advanced Topics] ( Advanced.md ) | [ ↑ Go to the Table of Content ↑] ( ../README.md )
1924
25+ ## Git
26+
27+ ### Are there instructions how to use Git ?
28+
29+ See [ here] ( https://alisw.github.io/git-tutorial/ ) .
30+
31+ ## Coding Guidelines
32+
33+ ### Where are the Coding Guidelines ?
34+
35+ They are [ here] ( https://github.com/AliceO2Group/CodingGuidelines ) .
36+
37+ ### How do I check my code or apply the guidelines ?
38+
39+ See [ here] ( https://github.com/AliceO2Group/CodingGuidelines#formatting-tool ) .
40+
2041## Build
2142
2243### How do I add a dependency to my module ?
You can’t perform that action at this time.
0 commit comments