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
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
550
技術キャッチアップ効率化を実現する記事推薦システムの構築
yudai00
2
170
Devinを導入したら予想外の人たちに好評だった
tomuro
0
750
2026-02-25 Tokyo dbt meetup プロダクトと融合したCI/CD で実現する、堅牢なデータパイプラインの作り方
y_ken
0
160
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
1
100
2026-02-24 月末 Tech Lunch Online #10 Cloud Runのデプロイの課題から考えるアプリとインフラの境界線
masasuzu
0
110
OCI技術資料 : 外部接続 VPN接続 詳細
ocise
1
10k
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
370
Oracle Cloud Infrastructure:2026年2月度サービス・アップデート
oracle4engineer
PRO
0
160
問い合わせ自動化の技術的挑戦
recruitengineers
PRO
2
110
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
190
トラブルの大半は「言ってない」x「言ってない」じゃねーか!!
ichimichi
0
280
Featured
See All Featured
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
140
The Pragmatic Product Professional
lauravandoore
37
7.2k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
290
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
110
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Building AI with AI
inesmontani
PRO
1
760
Building a Scalable Design System with Sketch
lauravandoore
463
34k
The Cult of Friendly URLs
andyhume
79
6.8k
YesSQL, Process and Tooling at Scale
rocio
174
15k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
85
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
110
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
96
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