Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
4becb0df
Verified
Commit
4becb0df
authored
Mar 17, 2021
by
Laurent Heirendt
✈
Browse files
minor changes and update repo URL
parent
de1dd3aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
2021/2021-03-18_basicGitTraining/slides/cloneRepo.md
View file @
4becb0df
...
...
@@ -3,12 +3,12 @@
You have to
`clone`
it first:
```
bash
$
git clone
ssh://
git@git
-r3lab-server.uni.lu:8022/<groupName>/myRepo.git myRepo
$
git clone git@git
hub.com:LCSB-BioCore/basic-git-practice.git
```
If you did not configure your SSH key, clone using HTTPS:
```
bash
$
git clone https://git
-r3lab.uni.lu/<groupName>/myRepo.git myRepo
$
git clone https://git
hub.com/LCSB-BioCore/basic-git-practice.git
```
You will be prompted to enter your credentials.
2021/2021-03-18_basicGitTraining/slides/essential_commands.md
View file @
4becb0df
...
...
@@ -16,6 +16,7 @@ $ git push <remote> <branch>
# Pull the latest version of an existing branch
Pull the latest revision on branch
`myBranch`
:
...
...
@@ -31,6 +32,8 @@ Verify its `status` with:
$
git status
```
# Modify a file
Copy the file
`firstnameLastname.md`
in the folder
`_attendees`
and rename it with your firstname:
...
...
2021/2021-03-18_basicGitTraining/slides/forks.md
View file @
4becb0df
...
...
@@ -61,6 +61,8 @@ If you did not configure your SSH key, clone using HTTPS:
$
git clone https://github.com/<yourName>/basic-git-practice.git
```
# A note on shortcuts ...
<font
color=
"red"
>
...
...
@@ -71,6 +73,8 @@ Any other rudimentary method such as
shall
**be avoided**
!
</font>
<br>
**Why?**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment