我想开始开发另一个开发人员的功能分支(我们使用 git 和 git flow)。AFAIK 该分支已发布(推送)。我怎样才能把它放到我的本地存储库?
我试过了:
git flow feature pull origin/XXXXXX-1003b
fatal: 'origin/XXXXXX-1003b' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Failed to pull from remote 'origin/XXXXXX-1003b'.
和:
git flow feature pull XXXXXX-1003b
fatal: 'XXXXXX-1003b' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Failed to pull from remote 'XXXXXX-1003b'.
请指教。谢谢