是的!
我只需要自己解决这个问题。
[sri@localhost scripts]$ git pull --all
Fetching origin
From ssh://pm.summationresearch.com:7999/l20/21-6016-xx-filesystem
* [new branch] feature/TX6K-188 -> origin/feature/TX6K-188
Already up to date.
[sri@localhost scripts]$ git feature list
git: 'feature' is not a git command. See 'git --help'.
[sri@localhost scripts]$ git flow feature list
No feature branches exist.
You can start a new feature branch:
git flow feature start <name> [<base>]
[sri@localhost scripts]$
Run Code Online (Sandbox Code Playgroud)
但是我的功能没有显示出来!
[sri@localhost scripts]$ git checkout -b feature/TX6K-188 remotes/origin/feature/TX6K-188
Branch 'feature/TX6K-188' set up to track remote branch 'feature/TX6K-188' from 'origin'.
Switched to a new branch 'feature/TX6K-188'
[sri@localhost scripts]$ git flow feature list
* TX6K-188
[sri@localhost scripts]$
Run Code Online (Sandbox Code Playgroud)
啊啊!就在那里!
| 归档时间: |
|
| 查看次数: |
595 次 |
| 最近记录: |