-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core(release): 2.0.0 signify new official fork
This release contains a few minor updates from the origional fork. The main purprose for this release though is to clearly differentiate gitflow-cjs from gitflow-avh via the change in the major version.
- Loading branch information
Showing
10 changed files
with
648 additions
and
646 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# git-flow (AVH Edition) | ||
# git-flow (CJS Edition) | ||
|
||
A collection of Git extensions to provide high-level repository operations | ||
for Vincent Driessen's [branching model](http://nvie.com/git-model "original | ||
blog post"). This fork adds functionality not added to the original branch. | ||
|
||
## Why another git-flow fork | ||
The last commit to [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh) | ||
was on May 23, 2019. Since then there have been a number of issues opened that have | ||
not be resolved. This fork will address those outstanding issues and open PR's along | ||
with continueing to maintain the git-flow branching model. | ||
|
||
## Getting started | ||
|
||
|
@@ -45,7 +50,7 @@ of the project Wiki. | |
* Version Numbering Scheme. | ||
Starting with version 1.0, the project uses the following scheme: | ||
\<MAJOR\>.\<MINOR\>.\<REVISION\>\ | ||
* AVH is the acronym of "A VirtualHome" | ||
* CJS is the acronym of "CJ Systems" | ||
|
||
## Please help out | ||
|
||
|
@@ -66,33 +71,22 @@ using the complete version number. | |
|
||
## Contributing | ||
|
||
Fork the repository. Then, run: | ||
If you are resubmiting an open pull request see below. If submiting a new pull request addressing an already open issue with gitflow-avh please link the relevant issue in the description. For any new issues please see below | ||
|
||
```shell | ||
git clone -b master [email protected]:<username>/gitflow-cjs.git | ||
cd gitflow-cjs | ||
``` | ||
|
||
The `-b master` switch has to be added since the fork operation automatically | ||
clones the `develop` branch of the official gitflow repository and cloning it | ||
results in a local repository with just a `develop` branch. | ||
|
||
If you do not have gitflow installed yet install it by running `make && make install`. | ||
|
||
After that initialize the local gitflow repository with gitflow itself: | ||
### Quick Start for new issues | ||
|
||
```shell | ||
git flow init -d | ||
git flow feature start <your feature> | ||
``` | ||
|
||
Then, do work and commit your changes. | ||
* Please fork and clone a local copy of [gitflow-cjs](https://github.com/CJ-Systems/gitflow-cjs). | ||
* Create a seperate issue branch based off develop. | ||
* Commit commit you fix to the local branch. | ||
* Please update your local copy with the latest devlop branch of [gitflow-cjs](https://github.com/CJ-Systems/gitflow-cjs) | ||
* Rebase develop onto your local branch. | ||
* Push your fix to your fork. | ||
* When ready to submit a pull request. | ||
|
||
```shell | ||
git flow feature publish <your feature> | ||
``` | ||
### How to submit a pull request | ||
When resubmitting an open pull request from [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh) the base repository will need to be changed from petervanderdoes/gitflow-avh to CJ-Systems/gitflow-cjs. | ||
|
||
When done, open a pull request to your feature branch. | ||
For any new PRs releated to gitflow-cjs you can use on of the keywords from [Linking a pull request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) to automatically close the releated issue. | ||
|
||
## License terms | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters