Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 68fb3e60 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

pushing branch with -f is dangerous

parent 4eb69289
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,8 @@ ...@@ -35,10 +35,8 @@
Apply your modifications in that "Feature" branch. Then, you need Apply your modifications in that "Feature" branch. Then, you need
to push this branch on your online repository to push this branch on your online repository
#+begin_src sh #+begin_src sh
git push -f origin your_branch_name git push origin your_branch_name
#+end_src #+end_src
or without -f, if the branch already exists online, and you just
want to update it.
** Merge request ** Merge request
Once your branch is online, on the gitlab interface, go to the Once your branch is online, on the gitlab interface, go to the
......
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