git-flow feature pull <origin> <name>
Pull a feature branch from the remote repository
Arguments
Name | Description |
---|---|
origin | The name of the remote feature branch |
name | The name of the local feature branch |
Pull a feature branch from the remote repository
Name | Description |
---|---|
origin | The name of the remote feature branch |
name | The name of the local feature branch |