Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
advanced-practice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Susheel Busi
advanced-practice
Commits
9270950d
Commit
9270950d
authored
5 years ago
by
Daniel Duarte
Browse files
Options
Downloads
Patches
Plain Diff
remove attendees and shorten README
parent
1843b6c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+0
-22
0 additions, 22 deletions
README.md
_attendees/sylvain.md
+0
-17
0 additions, 17 deletions
_attendees/sylvain.md
_attendees/valentin.md
+0
-17
0 additions, 17 deletions
_attendees/valentin.md
with
0 additions
and
56 deletions
README.md
+
0
−
22
View file @
9270950d
...
...
@@ -2,28 +2,6 @@
# 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
Copy the file
`template.md`
in the folder
`_attendees`
and rename it with your firstname:
...
...
This diff is collapsed.
Click to expand it.
_attendees/sylvain.md
deleted
100644 → 0
+
0
−
17
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>
This diff is collapsed.
Click to expand it.
_attendees/valentin.md
deleted
100644 → 0
+
0
−
17
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>
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