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
+4
-4
4 additions, 4 deletions
home.md
with
4 additions
and
4 deletions
home.md
View page @
6e7272c5
...
...
@@ -168,9 +168,9 @@ Nun wird mit dem push-Befehl der Branch _Test_ zum GitLab-Projekt (auf dem Serve
**c)**
Nun können die Änderungen mit folgendem Befehl zum Remote-Repository hinzugefügt werden:
`git push REMOTE
BRANCHNAME`
`git push
<
REMOTE
> <
BRANCHNAME
>
`
> REMOTE ist der Name des remote Servers. Wenn ein Projekt geklont wird, dann ist der von git vergebene Standardname origin.
>
<
REMOTE
>
ist der Name des remote Servers. Wenn ein Projekt geklont wird, dann ist der von git vergebene Standardname origin.
In unserem Beispiel lautet der Befehl somit:
...
...
@@ -188,9 +188,9 @@ In unserem Beispiel lautet der Befehl somit:
Um Änderungen an einem remote Repository zu downloaden und mit dem lokalen Repository zu synchronisieren wird folgender Befehl ausgeführt:
`git pull PFAD
BRANCHNAME`
`git pull
<
PFAD
> <
BRANCHNAME
>
`
> PFAD ist die Repository-Adresse, in unserem Beispiel lautet diese `https://git-ce.rwth-aachen.de/assistance-systems/helloworld.git`
>
<
PFAD
>
ist die Repository-Adresse, in unserem Beispiel lautet diese `https://git-ce.rwth-aachen.de/assistance-systems/helloworld.git`
Für unser Beispiel lautet der Befehl:
`git pull https://git-ce.rwth-aachen.de/assistance-systems/helloworld.git Test`
...
...
This diff is collapsed.
Click to expand it.