We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01cef9 commit e13ffbaCopy full SHA for e13ffba
profiles/iramat/talks/25xxxx-GitHub/README.md
@@ -0,0 +1,21 @@
1
+## GitHub tuto roadmap
2
+
3
4
5
+- GH presentation
6
+ - Git system
7
+ - GitHub and GitLab
8
+ - GitHub organisation
9
+ - GitHub Pages
10
+ - GitHub Actions
11
+- get a GH account
12
+- receive Issue notifications
13
+ - Markdown syntax
14
+- clone a repository
15
+ - `git clone https://github.com/zoometh/iramat-test.git`
16
+- work locally and push
17
+ - `git add .; git commit -m 'varia' ; git push`
18
+- work locally and hide folders/files
19
+ - `.gitignore`
20
+- work with reference data
21
+- work with business data
0 commit comments