Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TD8
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Bray
TD8
Compare revisions
c4f6e541beead4560438fc42a56424cf54a3f881 to 972fffa9c7513bd0d64d5035e4f78bd9ac97d628
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
path/td8
Select target project
No results found
972fffa9c7513bd0d64d5035e4f78bd9ac97d628
Select Git revision
Branches
Fail
branche_hello
jeveuxpartirloin
labranchedepindenoecreea1601
main
ne_pas_mettre_un_nom_nul_c_important
origin/hello
test
welcome
9 results
Swap
Target
path/td8
Select target project
path/td8
1 result
c4f6e541beead4560438fc42a56424cf54a3f881
Select Git revision
Branches
Fail
branche_hello
jeveuxpartirloin
labranchedepindenoecreea1601
main
ne_pas_mettre_un_nom_nul_c_important
origin/hello
test
welcome
9 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (8)
ntm
· 45a5e414
Lucas Ek
authored
2 years ago
45a5e414
ajout de welcome
· 56b163e2
Lucas Ek
authored
2 years ago
56b163e2
'azdeq'
· d353e16e
Lucas Ek
authored
2 years ago
d353e16e
ma fonction dit au revoir
· efec7f8b
Noé Bertramo
authored
2 years ago
and
Lucas Ek
committed
2 years ago
efec7f8b
qzdq
· da426930
Lucas Ek
authored
2 years ago
da426930
Merge branch 'welcome'
· 1268e1bb
Lucas Ek
authored
2 years ago
1268e1bb
'ceci est un test'
· 76d69a39
Lucas Ek
authored
2 years ago
76d69a39
je rajoute test
· 972fffa9
Lucas Ek
authored
2 years ago
972fffa9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Hello/hello.py
+1
-1
1 addition, 1 deletion
Hello/hello.py
Hello/welcome.py
+4
-0
4 additions, 0 deletions
Hello/welcome.py
test.py/test.py
+5
-0
5 additions, 0 deletions
test.py/test.py
with
10 additions
and
1 deletion
Hello/hello.py
View file @
972fffa9
This diff is collapsed.
Click to expand it.
Hello/welcome.py
0 → 100644
View file @
972fffa9
def
welcome
():
print
(
'
welcome
'
)
print
(
welcome
())
\ No newline at end of file
This diff is collapsed.
Click to expand it.
test.py/test.py
0 → 100644
View file @
972fffa9
def
test
():
while
0
!=
1
:
print
(
'
ceci est un test
'
)
test
()
This diff is collapsed.
Click to expand it.