Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ronald
Nektar
Commits
a4946c50
Commit
a4946c50
authored
Feb 27, 2016
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more verbose description of git diff-branch
parent
fb7a011b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CONTRIBUTING.md
CONTRIBUTING.md
+4
-2
No files found.
CONTRIBUTING.md
View file @
a4946c50
...
...
@@ -70,8 +70,10 @@ This gives you four commands:
whitespace changes.
-
`git log-branch`
shows a minimised log of all the commits on the current
branch that are not in
`master`
.
-
`git diff-branch`
shows a diff of the current branch against
`master`
without
whitespace changes.
-
`git diff-branch`
shows a diff of the current branch against
`master`
, without
showing changes from
`master`
that aren't present in the branch (i.e.
`git
diff master...branch`
), without whitespace changes. (This should be roughly
equivalent to Gitlab's diff).
## Testing and Buildbot
Your new features or fixes should include tests that cover the code you've
...
...
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