Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
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
Scientific Computing
education
git-seminar
Merge requests
!5
WIP: project management
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
WIP: project management
wip/project-management
into
main
Overview
3
Commits
2
Changes
2
2 unresolved threads
Hide all comments
Open
ck85nori
requested to merge
wip/project-management
into
main
5 years ago
Overview
3
Commits
2
Changes
17
2 unresolved threads
Hide all comments
Expand
see
#4
0
0
Merge request reports
Compare
version 8
version 9
8e9f77be
2 years ago
version 8
16f299ee
2 years ago
version 7
98be9bae
2 years ago
version 6
98be9bae
2 years ago
version 5
ea3c6a30
2 years ago
version 4
b9b4d4fe
4 years ago
version 3
cb3ea791
5 years ago
version 2
cb3ea791
5 years ago
version 1
080e0a33
5 years ago
main (HEAD)
and
latest version
latest version
993febbb
2 commits,
1 year ago
version 9
8e9f77be
2 commits,
2 years ago
version 8
16f299ee
2 commits,
2 years ago
version 7
98be9bae
8 commits,
2 years ago
version 6
98be9bae
2 commits,
2 years ago
version 5
ea3c6a30
2 commits,
2 years ago
version 4
b9b4d4fe
2 commits,
4 years ago
version 3
cb3ea791
1 commit,
5 years ago
version 2
cb3ea791
1 commit,
5 years ago
version 1
080e0a33
1 commit,
5 years ago
Show latest version
17 files
+
857
−
108
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
img/git-remote-contributor.dot
+
7
−
7
Options
@@ -6,7 +6,7 @@ digraph {
node
[
color
=
orchid
]
oma
ster
[
label
=
"ma
ster
"
]
oma
in
[
label
=
"ma
in
"
]
}
subgraph
clusterlocal
{
@@ -14,7 +14,7 @@ digraph {
node
[
color
=
orchid
]
ma
ster
[
label
=
"ma
ster
"
]
ma
in
[
label
=
"ma
in
"
]
}
subgraph
clusterupstream
{
@@ -22,11 +22,11 @@ digraph {
node
[
color
=
limegreen
]
uma
ster
[
label
=
"ma
ster
"
]
uma
in
[
label
=
"ma
in
"
]
}
oma
ster
->
ma
ster
[
label
=
"git pull"
]
ma
ster
->
oma
ster
[
label
=
"git push"
,
constraint
=
false
]
uma
ster
->
ma
ster
[
label
=
"git pull upstream ma
ster
"
,
constraint
=
false
]
oma
ster
->
uma
ster
[
label
=
"pull request (GitHub)\nmerge request (GitLab)"
,
constraint
=
false
]
oma
in
->
ma
in
[
label
=
"git pull"
]
ma
in
->
oma
in
[
label
=
"git push"
,
constraint
=
false
]
uma
in
->
ma
in
[
label
=
"git pull upstream ma
in
"
,
constraint
=
false
]
oma
in
->
uma
in
[
label
=
"pull request (GitHub)\nmerge request (GitLab)"
,
constraint
=
false
]
}
Loading