Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab - helloworld
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Assistance Systems
01_Tools
gitlab - helloworld
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
4 years ago
by
Orhan-Timo Altan
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+3
-0
3 additions, 0 deletions
home.md
with
3 additions
and
0 deletions
home.md
View page @
e4dc1aad
...
...
@@ -5,8 +5,11 @@ Dieser Wiki Artikel soll dir den allgemeinen Umgang mit git als Dateiablage mit
# Begriffserklärung
*
**Repository**
- Ist ein verwaltetes Verzeichnis zur Speicherung und Beschreibung digitaler Objekte für ein digitales Archiv (Projekt).
*
**Branch**
- Entwicklungszweig eines Projektes, wichtig für die gleichzeitige Entwicklung eines Projektes.
**Git-Befehle**
*
**Clone**
- Legt eine kopie eines existierenden Git-Repository an.
*
**Pull**
- Wird verwendet, um Inhalte aus einem Remote-Repository herunterzuladen und das lokale Repository zu aktualisieren.
*
**Add**
-
*
**Commit**
- Erfasst einen Snapshot der aktuell bereitgestellten Änderungen des Projekts.
*
**Push**
- Lädt Inhalte aus einem lokalen Repository in ein Remote-Repository hoch.
...
...
This diff is collapsed.
Click to expand it.