Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlevel
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郝伟
gitlevel
Commits
7fb166ab
Commit
7fb166ab
authored
Apr 24, 2014
by
wang.kaijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sw barnch master to git flow init and branch back
parent
a38f351f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+9
-3
No files found.
README.md
View file @
7fb166ab
...
...
@@ -59,10 +59,10 @@
$ git clone git@git.hezuo.tk:tech/gitlevel.git
```
切换到 `
develop
` 分支
切换到 `
master
` 分支
```console
$ git checkout -b
develop origin/develop
$ git checkout -b
master origin/master
```
并在项目根目录运行
...
...
@@ -71,7 +71,13 @@
$ git flow init
```
2.
开始一个新任务
切回develop
```console
$ git checkout develop
```
2.
开始一个新任务
```
$ git flow feature start your.name
...
...
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