Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Ronald
Nektar
Commits
588a4ba3
Commit
588a4ba3
authored
Feb 27, 2016
by
Dave Moxey
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more verbose description of git diff-branch
parent
0298cfe8
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 @
588a4ba3
...
...
@@ -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