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
Loic Marx
advanced-practice
Commits
9270950d
Commit
9270950d
authored
Sep 09, 2019
by
Daniel Duarte
Browse files
remove attendees and shorten README
parent
1843b6c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9270950d
...
@@ -2,28 +2,6 @@
...
@@ -2,28 +2,6 @@
# Advanced git course - Practice repository
# Advanced git course - Practice repository
## How to get started?
-
Fork this repository by clicking on the
`Fork`
button on the top right of this page.
-
Clone your forked repository to your local computer.
:warning:
**Make sure that you have your SSH key and `git` properly configured**
.
```
bash
$
git clone git@github.com:<yourName>/advanced-git-practice.git
```
## Create your own branch
The development scheme is based on a stable
`master`
branch and a development branch named
`develop`
.
Before making changes, create your own branch from
`develop`
:
```
bash
$
cd
advanced-git-practice
$
git checkout develop
# this switches the branch to develop
$
git checkout
-b
myBranch
# this checks out a new branch called myBranch
```
## Make your changes
## Make your changes
Copy the file
`template.md`
in the folder
`_attendees`
and rename it with your firstname:
Copy the file
`template.md`
in the folder
`_attendees`
and rename it with your firstname:
...
...
_attendees/sylvain.md
deleted
100644 → 0
View file @
1843b6c7
---
layout
:
default
name
:
Sylvain Arreckx
position
:
Mathematician
group
:
None
institution
:
Lifeware
ghurl
:
https://github.com/syarra
ghimg
:
https://avatars2.githubusercontent.com/u/816318
---
<a
href=
"{{ page.ghurl }}"
><img
src=
"{{ page.ghimg }}"
height=
"150px"
/></a>
# {{ page.name }}
{{ page.name }} is a {{ page.position | downcase }} at {{ page.institution }}.
<a
href=
"{{ site.baseurl }}"
>
back
</a>
_attendees/valentin.md
deleted
100644 → 0
View file @
1843b6c7
---
layout
:
default
name
:
Valentin Grouès
position
:
Sitting
group
:
BioCore
institution
:
University of Luxembourg
ghurl
:
https://github.com/neoflex
ghimg
:
https://avatars2.githubusercontent.com/u/888151
---
<a
href=
"{{ page.ghurl }}"
><img
src=
"{{ page.ghimg }}"
height=
"150px"
/></a>
# {{ page.name }}
{{ page.name }} is {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.
<a
href=
"{{ site.baseurl }}"
>
back
</a>
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