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
R3
school
courses
Commits
de1dd3aa
Verified
Commit
de1dd3aa
authored
Mar 17, 2021
by
Laurent Heirendt
✈
Browse files
fix PR
parent
d491fc42
Changes
1
Hide whitespace changes
Inline
Side-by-side
2021/2021-03-18_basicGitTraining/slides/best_practices.md
View file @
de1dd3aa
...
...
@@ -2,9 +2,9 @@
*
`pull`
before
`push`
*
Work on your
<font
color=
"red"
>
own
</font>
branch (in your own fork), and
**not**
on
`master`
and
**not**
on
`develop`
*
Do
**not push**
to
`master`
, but
**submit a
Merge
Request (
M
R)**
*
Get your code
**reviewed**
by your peers (submit a
M
R!)
*
Submit a
M
R
**often**
!
*
Do
**not push**
to
`master`
, but
**submit a
Pull
Request (
P
R)**
*
Get your code
**reviewed**
by your peers (submit a
P
R!)
*
Submit a
P
R
**often**
!
*
`clone`
a repository, do not download the
`.zip`
file.
*
Do
**not**
combine
`git`
commands
```
bash
...
...
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