Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
R3
school
courses
Merge requests
!90
2020-09-08_IT101-DM + Add links to policies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
2020-09-08_IT101-DM + Add links to policies
vilem.ded/courses:add-links-to-policies
into
develop
Overview
3
Commits
3
Pipelines
0
Changes
18
3 unresolved threads
Hide all comments
Merged
Vilem Ded
requested to merge
vilem.ded/courses:add-links-to-policies
into
develop
4 years ago
Overview
3
Commits
3
Pipelines
0
Changes
18
3 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
5d3d7400
Prev
Next
Show latest version
18 files
+
865
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
5d3d7400
2020-09-08_IT101-DM
· 5d3d7400
Vilem Ded
authored
4 years ago
2020/2020-09-08_IT101-DM/slides/code_versioning.md
0 → 100644
+
32
−
0
Options
# Code versioning
<div
style=
"position:absolute; width:40%"
>
**git**
*
Current standard for code versioning
*
Maintain versions of your code as it develops
*
Local system, which does not require an online repository
*
Repositories allow distributed development
<img
align=
"middle"
height=
"300px"
src=
"slides/img/Git-logo.png"
>
</div>
<div
class=
"fragment"
style=
"position:absolute; left:50%; width:40%"
"
>
**git@lcsb**
*
Recommended, supported repository
*
Allows tracking of issues
*
Ready for continous integration - code checked on commits to the repository.
*
[
https://git-r3lab.uni.lu
](
https://git-r3lab.uni.lu
)
**Use at LCSB**
*
All analyses code should be in a repository
*
Minimally at submission of a manuscript
*
Better daily
*
Even better "analyses chunkwise"
</div>
<aside
class=
"notes"
>
Policy! - code in central repository
</aside>
Loading