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
87
Issues
87
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
44
Merge Requests
44
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nektar
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:
...
@@ -70,8 +70,10 @@ This gives you four commands:
whitespace changes.
whitespace changes.
-
`git log-branch`
shows a minimised log of all the commits on the current
-
`git log-branch`
shows a minimised log of all the commits on the current
branch that are not in
`master`
.
branch that are not in
`master`
.
-
`git diff-branch`
shows a diff of the current branch against
`master`
without
-
`git diff-branch`
shows a diff of the current branch against
`master`
, without
whitespace changes.
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
## Testing and Buildbot
Your new features or fixes should include tests that cover the code you've
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