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
Merge requests
!1
Couldn't fetch the linked file.
Na/bhtalgorithmus
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Na/bhtalgorithmus
na/bhtalgorithmus
into
main
Overview
6
Commits
55
Pipelines
0
Changes
2
Closed
nicoa96
requested to merge
na/bhtalgorithmus
into
main
1 year ago
Overview
6
Commits
55
Pipelines
0
Changes
3
Expand
The Barnes-Hut-Algorithm is saved into the File BHT.ipynb
0
0
Merge request reports
Compare
version 2
version 7
966dfc6e
1 year ago
version 6
966dfc6e
1 year ago
version 5
b4e287b1
1 year ago
version 4
bba08d90
1 year ago
version 3
3ec3bea8
1 year ago
version 2
d2fdcedd
1 year ago
version 1
1015cde1
1 year ago
main (base)
and
version 5
latest version
28772143
55 commits,
1 year ago
version 7
966dfc6e
52 commits,
1 year ago
version 6
966dfc6e
52 commits,
1 year ago
version 5
b4e287b1
51 commits,
1 year ago
version 4
bba08d90
50 commits,
1 year ago
version 3
3ec3bea8
49 commits,
1 year ago
version 2
d2fdcedd
48 commits,
1 year ago
version 1
1015cde1
47 commits,
1 year ago
Show latest version
3 files
+
0
−
73
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Instructions.txt deleted
100644 → 0
+
0
−
60
Options
source ~/.cache/pypoetry/virtualenvs/comp-sci-project-SyZqYvRp-py3.11/bin/activate
--to create a branch:
git checkout -b <name of the branch>
--put the branch online
git push --set-upstream origin na/bhtalgorithmus
--Create the file
git add <File name>
git commit -m "comment"
git push
--please update your local branch by following these commands:
git checkout main
git pull --rebase
git checkout -
git rebase main
--man kann auch brauchen:
--solve the conflict
git add <file name of conflict>
git rebase --continue
git push --force
--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
-----------
In case:
nicolaalnicola@LAPTOP-A0GOD546:/mnt/c/Users/nicol/comp-sci-project$ git push
To git.imp.fu-berlin.de:nguyed99/comp-sci-project.git
! [rejected] na/bhtalgorithmus -> na/bhtalgorithmus (non-fast-forward)
error: failed to push some refs to 'git.imp.fu-berlin.de:nguyed99/comp-sci-project.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Do the following to keep your local branch up to date before pushing:
git fetch origin
git checkout <branchname>
git merge origin/<branchname>
--press Exceute than exit
git pull origion <branchname>
--now you can push again
Loading