Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Python Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Templates
Python Project
Merge requests
!2
Resolve "km3pipe and km3io dependencies assumed by default"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "km3pipe and km3io dependencies assumed by default"
4-km3pipe-and-km3io-dependencies-assumed-by-default
into
master
Overview
2
Commits
2
Pipelines
3
Changes
2
Merged
Rodrigo G. Ruiz
requested to merge
4-km3pipe-and-km3io-dependencies-assumed-by-default
into
master
3 years ago
Overview
2
Commits
2
Pipelines
3
Changes
2
Expand
Closes
#4 (closed)
Edited
3 years ago
by
Rodrigo G. Ruiz
0
0
Merge request reports
Compare
master
version 1
9ba95621
3 years ago
master (base)
and
latest version
latest version
1b4d437e
2 commits,
3 years ago
version 1
9ba95621
1 commit,
3 years ago
2 files
+
3
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
{{cookiecutter.project_slug}}/CONTRIBUTING.rst
+
3
−
3
Options
@@ -52,9 +52,9 @@ Get a local copy to work on (use the SSH address `git@git...`, not the HTTP one)
git clone git@git.km3net.de:YOUR_USERNAME/{{cookiecutter.project_slug}}
Now you need to add a reference to the original repository, so you can sync your
own fork with the
KM3Pipe
repository::
own fork with the
original
repository::
cd
km3pipe
cd
{{cookiecutter.project_slug}}
git remote add upstream {{cookiecutter.gitlab_repo_path}}
@@ -76,7 +76,7 @@ using the ``upstream/...`` prefix::
If you want to update for example your **own** ``master`` branch
to contain all the changes on the official ``master`` branch of
KM3Pipe
,
to contain all the changes on the official ``master`` branch of
the original repository
,
switch to it first with::
git checkout master
Loading