Tag: GitLab
-
GitLab: “Permission Denied (publickey)” after properly uploading your public key?
If this shows you a nice “Welcome!” message, everything is fine: $ ssh -T git@gitlab.com https://forum.gitlab.com/t/permission-denied-publickey/29670 Quite likely you SSH agent does not have you corresponding private key yet. Go and add it!
-
The basics of GitLab CI: How to run jobs sequentially, in parallel, or out of order
https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated/
-
GitLab CI – an introduction by Ivan Nemytchenko
https://about.gitlab.com/blog/2016/07/29/the-basics-of-gitlab-ci/
-
how to upgrade a docker container after its image changed?
https://stackoverflow.com/questions/26734402/how-to-upgrade-docker-container-after-its-image-changed https://hub.docker.com/r/sameersbn/gitlab/ – the Docker container image’s home page I am using a Docker container for a GitLab CE installation. The GitLab installation inside tells me “update asap“. How do I deal with that? should I wait for an update of the Docker container image? (that’s what the article title refers to) will that update…
-
running my own GitLab …
https://en.wikipedia.org/wiki/GitLab Exciting question: how to integrate my own “legacy” git repos hosted “at home” as well? Once I will have over come that obstacle, creating markdown documentation for my own git repos and its utilities will climb to another peak LOL. Docker GitLab container creation: The e-mail address and password refer(red) to root. Maybe you…
-
editing a file living in a GitLab repository within a browser window (“Edit File”), trying to display the changes between the working version and the last committed one
MediaWiki lets me do that, GitLab does not. If you switch back and forth between several tasks, sometimes you need a tool showing you the differences between the original text (you started with) and your current text. If I try to abandon such an editor window (resp. browser tab), MediaWiki asks me, whether I really…
-
GitLab Flavored Markdown, lists, indentation, number of spaces
https://forum.gitlab.com/t/bullet-points-only-have-two-levels-of-indent/1436 They expect 3 spaces for proper indentation.
-
“Markdown”: further reading
https://en.wikipedia.org/wiki/Markdown https://en.wikipedia.org/wiki/Markup_language https://en.wikipedia.org/wiki/Lightweight_markup_language — includes various tables http://daringfireball.net/projects/markdown/syntax – where it all began http://www.markdowntutorial.com http://www.markdowntutorial.com/conclusion/ https://help.github.com/articles/basic-writing-and-formatting-syntax/ https://github.github.com/gfm/ – GitHub Flavored Markdown spec https://gitlab.com/help/user/markdown – GitLab Flavored Markdown spec (a customer GitLab installation provides (resp. seems to provide) a version with a TOC) https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa – Jira and its markup language https://en.wikipedia.org/wiki/Creole_(markup) http://overapi.com/org-mode – Emacs org-mode and its markup language Emacs and Markdown: https://github.com/jrblevin/markdown-mode http://melpa.org/#/markdown-mode