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

Minor changes

parent 45eb2a4e
No related branches found
No related tags found
No related merge requests found
......@@ -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