mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Provide guidance for cross-repo issue referencing
This commit is contained in:
parent
b3db70fcbd
commit
d613ba0593
@ -228,6 +228,10 @@ One thing you do not want to do is to issue a git commit with the -a option. Thi
|
|||||||
|
|
||||||
$ git commit -a
|
$ git commit -a
|
||||||
|
|
||||||
|
Sometimes, you might correct an issue which was reported in a different repo. In these cases, don't simply refer to the issue number as GitHub will infer that as correcting an issue in the current repo. In these cases, use the full GitHub path to reference the issue.
|
||||||
|
|
||||||
|
$ git commit -m 'Issue silverstripe/silverstripe-cms#100: Some kind of descriptive message'
|
||||||
|
|
||||||
## What is git rebase?
|
## What is git rebase?
|
||||||
|
|
||||||
Using `git rebase` helps create clean commit trees and makes keeping your code up-to-date with the current state of the upstream master easy. Here's how it works.
|
Using `git rebase` helps create clean commit trees and makes keeping your code up-to-date with the current state of the upstream master easy. Here's how it works.
|
||||||
|
Loading…
Reference in New Issue
Block a user