Skip to content
Snippets Groups Projects
Commit c6f5f854 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request R3/school/git/advanced-practice!1
parents 1a35f6cd d8ed3f81
No related branches found
No related tags found
No related merge requests found
.DS_Store
# practice
<img src="assets/img/r3-training-logo.png" height="150px"/>
# Advanced git course - Practice repository
First, fork and clone this practice repository.
Add a remote to the upstream repository:
```bash
$ cd advanced-practice
$ git remote add upstream ssh://git@git-r3lab-server.uni.lu:8022/R3/school/git/advanced-practice.git
$ git fetch
```
Then, create a separate branch from the develop branch:
```bash
$ git checkout -b myBranch upstream/develop
```
Add your name file in the `attendees` directory:
When you are done editing your file, add the file to the stage and commit it:
```bash
$ git add attendees/myName.md
$ git commit -m "Edit the content of the subpage myName.md"
```
Once you are done committing, you can push your branch to your fork:
```
$ git push origin myBranch
```
## Open a merge request
If you now browse to your fork on Gitlab, you can open a pull request and submit it for review.
:warning: Please make sure to select `develop` as the target branch.
:warning: Watch out for comments from the reviewer! If there are things to be changed, simply change locally, commit,
and then push again. The pull-request will update automatically.
Once the pull request has been accepted, you will be able to see your page online! :tada:
assets/img/r3-training-logo.png

32.4 KiB

# Laurent Heirendt
Laurent is a research associate.
# Firstname Lastname
This is a template.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment