Git 学习¶
Initialize¶
gitflow |
git |
---|---|
|
|
|
|
|
Connect to the remote repository¶
gitflow |
git |
---|---|
N/A |
|
Features¶
Create a feature branch¶
gitflow |
git |
---|---|
|
|
Get latest for a feature branch¶
gitflow |
git |
---|---|
|
|
|
Finalize a feature branch¶
gitflow |
git |
---|---|
|
|
|
|
|
Push the merged feature branch¶
gitflow |
git |
---|---|
N/A |
|
|
Releases¶
Create a release branch¶
gitflow |
git |
---|---|
|
|
Get latest for a release branch¶
gitflow |
git |
---|---|
N/A |
|
|
Finalize a release branch¶
gitflow |
git |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Push the merged feature branch¶
gitflow |
git |
---|---|
N/A |
|
|
|
|
|
|
Hotfixes¶
Create a hotfix branch¶
gitflow |
git |
---|---|
|
|
Finalize a hotfix branch¶
gitflow |
git |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Push the merged hotfix branch¶
gitflow |
git |
---|---|
N/A |
|
|
|
|
|
|