Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comp-sci-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nguyed99
comp-sci-project
Commits
d7cd017d
Commit
d7cd017d
authored
1 year ago
by
nicoa96
Browse files
Options
Downloads
Patches
Plain Diff
uptodate2
parent
9cfc88b7
No related branches found
No related tags found
3 merge requests
!6
Na/bhtalgorithmus
,
!5
Na/bhtalgorithmus
,
!1
Na/bhtalgorithmus
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Instructions.txt
+13
-7
13 additions, 7 deletions
Instructions.txt
with
13 additions
and
7 deletions
Instructions.txt
+
13
−
7
View file @
d7cd017d
...
@@ -4,18 +4,18 @@ Heeelllooo
...
@@ -4,18 +4,18 @@ Heeelllooo
source ~/.cache/pypoetry/virtualenvs/comp-sci-project-SyZqYvRp-py3.11/bin/activate
source ~/.cache/pypoetry/virtualenvs/comp-sci-project-SyZqYvRp-py3.11/bin/activate
to create a branch:
--
to create a branch:
git checkout -b <name of the branch>
git checkout -b <name of the branch>
put the branch online
--
put the branch online
git push --set-upstream origin na/bhtalgorithmus
git push --set-upstream origin na/bhtalgorithmus
Create the file
--
Create the file
git add <File name>
git add <File name>
git commit -m "comment"
git commit -m "comment"
git push
git push
please update your local branch by following these commands:
--
please update your local branch by following these commands:
git checkout main
git checkout main
...
@@ -23,13 +23,19 @@ git pull --rebase
...
@@ -23,13 +23,19 @@ git pull --rebase
git checkout -
git checkout -
git rebase main
git rebase main
man kann auch brauchen:
--
man kann auch brauchen:
solve the conflict
--
solve the conflict
git add <file name of conflict>
git add <file name of conflict>
git rebase --continue
git rebase --continue
git push --force
git push --force
Please try out these commands asap!
--
Please try out these commands asap!
--rebase between different branches:
--Go to the branch you want to transfer to
git rebase <branch to rebase from>
git push
----------
git pull origin Nicola
git pull origin Nicola
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment