Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vilem Ded
courses
Commits
82fce18a
Verified
Commit
82fce18a
authored
Mar 18, 2021
by
Laurent Heirendt
✈
Browse files
more precise wording
parent
9540a28f
Changes
1
Hide whitespace changes
Inline
Side-by-side
2021/2021-03-18_basicGitTraining/slides/best_practices.md
View file @
82fce18a
# Best practices
*
`pull`
before
`push`
*
`pull`
before
`push`
and, generally, before starting to work
*
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 Pull Request (PR)**
*
Get your code
**reviewed**
by your peers (submit a PR!)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment