Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
68fb3e60
Commit
68fb3e60
authored
Oct 02, 2017
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pushing branch with -f is dangerous
parent
4eb69289
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
CONTRIBUTING.org
CONTRIBUTING.org
+1
-3
No files found.
CONTRIBUTING.org
View file @
68fb3e60
...
@@ -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
...
...
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