Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gitlab - an introduction
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Andreas Heigl
May 23, 2013
Technology
0
45
Gitlab - an introduction
A short introduction into gitlab and what's possible to do with it.
Andreas Heigl
May 23, 2013
Tweet
Share
More Decks by Andreas Heigl
See All by Andreas Heigl
Und dann kann man das als PDF runterladen...
heiglandreas
0
44
Schei� encoding
heiglandreas
0
74
Aus alt mach neu
heiglandreas
0
29
Other Decks in Technology
See All in Technology
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
社内ワークショップで終わらせない 業務改善AIエージェント開発
lycorptech_jp
PRO
1
440
技術キャッチアップ効率化を実現する記事推薦システムの構築
yudai00
2
160
What's new in Go 1.26?
ciarana
2
280
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
71k
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
370
作るべきものと向き合う - ecspresso 8年間の開発史から学ぶ技術選定 / 技術選定con findy 2026
fujiwara3
6
1.7k
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
1.1k
Windows ネットワークを再確認する
murachiakira
PRO
0
220
Secure Boot 2026 - Aggiornamento dei certificati UEFI e piano di adozione in azienda
memiug
0
130
チームメンバー迷わないIaC設計
hayama17
5
3.4k
Featured
See All Featured
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Skip the Path - Find Your Career Trail
mkilby
1
71
The agentic SEO stack - context over prompts
schlessera
0
680
AI: The stuff that nobody shows you
jnunemaker
PRO
3
340
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
93
How to Talk to Developers About Accessibility
jct
2
140
Exploring anti-patterns in Rails
aemeredith
2
280
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
280
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
660
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
120
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
Transcript
gitlab Andreas Heigl @heiglandreas
[email protected]
Freitag, 24. Mai 13
git-Server selbst hosten Freitag, 24. Mai 13
git - Server git gitosis gitolite Freitag, 24. Mai 13
git - Server github bitbucket gitorious ... Freitag, 24. Mai
13
git - Server github Enterprise Atlassian Stash gerrit gitorious gitlab
Freitag, 24. Mai 13
Wunschliste Freitag, 24. Mai 13
Wunschliste (Need) git Server mit geringem Administrativem Aufwand Pull-/Merge-Requests CodeReview
Merge Code- & Revision-Browser Freitag, 24. Mai 13
Wunschliste (Nice) LDAP-Schnittstelle Issue-Tracker Wiki Mandantenfähig CI-Integration in Merge-Request? Freitag,
24. Mai 13
Der git Workflow Freitag, 24. Mai 13
git Workflow Lokales Repo ~/project doejon Freitag, 24. Mai 13
git Workflow Lokales Repo Push zu Server ~/project github bitbucket
o.a. doejon Freitag, 24. Mai 13
git Workflow Lokales Repo Push zu Server Clone zu lokalem
Repo ~/project github bitbucket o.a. ~/project doejon janedoe Freitag, 24. Mai 13
git Workflow Lokales Repo Push zu Server Clone zu lokalem
Repo Push zu Server ~/project github bitbucket o.a. ~/project doejon janedoe github bitbucket o.a. Freitag, 24. Mai 13
git Workflow Lokales Repo Push zu Server Clone zu lokalem
Repo Push zu Server Pull - Request ~/project github bitbucket o.a. ~/project doejon janedoe github bitbucket o.a. Freitag, 24. Mai 13
git Workflow Jedes Repository ist eigenständig Jedes Repository ist gleichwertig
wunderbar bei OpenSource Freitag, 24. Mai 13
Firmeninterner Workflow Freitag, 24. Mai 13
Firmeninterner Workflow Lokales Repo ~/project doejon Freitag, 24. Mai 13
Firmeninterner Workflow Lokales Repo Push zu Server ~/project gitlab doejon
Freitag, 24. Mai 13
Firmeninterner Workflow Lokales Repo Push zu Server Clone zu lokalem
Repo ~/project gitlab ~/project doejon janedoe Freitag, 24. Mai 13
Firmeninterner Workflow Lokales Repo Push zu Server Clone zu lokalem
Repo Push zu Server - allerdings in eigenen Branch ~/project gitlab ~/project doejon janedoe Freitag, 24. Mai 13
Firmeninterner Workflow Lokales Repo Push zu Server Clone zu lokalem
Repo Push zu Server Merge - Request ~/project gitlab ~/project doejon janedoe Freitag, 24. Mai 13
Firmeninterner Workflow Es gibt nur ein Server-Repository Das eine Server-Repository
ist der Master wunderbar bei ClosedSource Freitag, 24. Mai 13
gitlab Installation Freitag, 24. Mai 13
gitlab - Installation Intel-Hardware Python Git SSH Curl Redis Ruby
MySQL oder PostgreSQL Postfix nginx Gitolite (bis 4.2) Freitag, 24. Mai 13
gitlab - Installation http:/ /gitlab.org https:/ /github.com/gitlabhq/gitlabhq/blob/ master/doc/install/installation.md http:/ /bitnami.com/stack/gitlab
Freitag, 24. Mai 13
gitlab - Installation eigener Benutzer git alles im Home-Verzeichnis des
git-Users Backup-Skripte enthalten Git-Hooks können genutzt werden Freitag, 24. Mai 13
gitlab - Vorbereitung Freitag, 24. Mai 13
gitlab - Vorbereitung master-Branch pushen master-Branch schützen Benutzer anlegen Benutzer
zu Projekt hinzufügen Freitag, 24. Mai 13
gitlab Nutzung Freitag, 24. Mai 13
gitlab - Nutzung PublicKey hinterlegen Freitag, 24. Mai 13
gitlab - Nutzung Push in eigenen Branch Merge-Request absetzen Mergen
Freitag, 24. Mai 13
Vorteile Übersicht über laufende Arbeiten Eine Plattform Einfach zu bedienen
und administrieren InHouse-Hosting Mandantenfähig via Namespaces Freitag, 24. Mai 13
Nachteile Eigenes Hosting (Noch) Keine direkte Verbindung zu externem Bugtracker
- Zeiterfassung via commit- Message Freitag, 24. Mai 13
https:/ /git.wiki.kernel.org/index.php/GitHosting http:/ /gitlab.org https:/ /github.com/gitlabhq/gitlabhq/blob/master/doc/install/ installation.md http:/ /bitnami.com/stack/gitlab Freitag,
24. Mai 13