I want to create pull request from gitbash for a particular branch. I tried the following command but its not working.
            Asked
            
        
        
            Active
            
        
            Viewed 1.3k times
        
    -1
            
            
        - 
                    What about [this](https://stackoverflow.com/questions/4037928/can-you-issue-pull-requests-from-the-command-line-on-github)? – Enlico Jan 31 '20 at 17:11
- 
                    1Does this answer your question? [Create a Pull Request on Bitbucket from the command line](https://stackoverflow.com/questions/52089429/create-a-pull-request-on-bitbucket-from-the-command-line) – Enlico Jan 31 '20 at 17:16
1 Answers
14
            Pull Requests are a feature of services such as GitHub and BitBucket that are built on top of Git. They are not part of Git itself. As you see, git pull-request is not a git command. In fact, there is no git command for creating a pull request. You will have to install a command line client from BitBucket in order to do this.
 
    
    
        Code-Apprentice
        
- 81,660
- 23
- 145
- 268

