Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intro_git
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
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
UE
UE NGS
Presentations
intro_git
Commits
5ef4b4a5
Commit
5ef4b4a5
authored
9 months ago
by
Carine Rey
Browse files
Options
Downloads
Patches
Plain Diff
prevent big bug
parent
f21a4e75
No related branches found
No related tags found
No related merge requests found
Pipeline
#2366
passed
9 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Intro_git_gitlab_with_rstudio.qmd
+2
-1
2 additions, 1 deletion
Intro_git_gitlab_with_rstudio.qmd
with
2 additions
and
1 deletion
Intro_git_gitlab_with_rstudio.qmd
+
2
−
1
View file @
5ef4b4a5
...
...
@@ -298,7 +298,8 @@ Initialized empty Git repository in /home/rstudio/ifbdata/ueens_lyon_ngs24/stude
```{bash}
git remote add origin git@gitbio.ens-lyon.fr:ue/ue-ngs/projects/test_gitlab.git #TOBEADAPTED
git add .
touch README.md
git add README.md
git commit -m "Initial commit"
git push --set-upstream origin main
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment