Difference between revisions of "Git & Gitlab Pipelines"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
− | + | = Gitlab Pipelines & Pipeline Configuration = | |
Reference: 2019-06-12_gitlab_demo.pptx | Reference: 2019-06-12_gitlab_demo.pptx | ||
Line 29: | Line 29: | ||
== Advanced Pipeline Configuration Concepts == | == Advanced Pipeline Configuration Concepts == | ||
− | + | === YAML Anchors === | |
− | === YAML Anchors === | ||
* https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd | * https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd |
Latest revision as of 11:30, 23 October 2019
Contents
Git Basics
Reference: 2019-06-02_gitlab_demo.pptx
Introduction to Git Concepts
- https://www.intertech.com/Blog/introduction-to-git-concepts/
- https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc
- https://medium.com/flawless-app-stories/useful-git-commands-for-everyday-use-e1a4de64037d
Git Ignore
Git Submodules
Git LFS
Git Flow (Git Workflow)
Gitlab Pipelines & Pipeline Configuration
Reference: 2019-06-12_gitlab_demo.pptx
- https://docs.gitlab.com/ee/ci/pipelines.html
- https://docs.gitlab.com/ee/ci/
- https://docs.gitlab.com/ee/ci/yaml/