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

Merge branch 'laurent' into 'develop'

Minor changes

See merge request !12
parents 9fb8f5ec d780dc5f
No related branches found
No related tags found
2 merge requests!18merge all,!12Minor changes
......@@ -133,7 +133,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-background="../img/whiteBG.jpg" data-markdown="slides/good_practices.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/best_practices.md"></section>
......
## Good practices
## Best practices
* `clone` a repository, do not download the `.zip` file.
* `pull` before `push`
......
......@@ -77,4 +77,6 @@ $ git push origin master
## Pull/Merge Requests
How to submit a Pull or Merge Request (PR or MR)
**Good news!**
Same procedure as with merging a branch...
......@@ -54,7 +54,7 @@
}
},
{
"filename": "good_practices.md",
"filename": "best_practices.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
......
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