Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / codecommit / get-branch.rst
Size: Mime:
**To get information about a branch**

This example gets information about a branch in an AWS CodeCommit repository.

Command::

  aws codecommit get-branch --repository-name MyDemoRepo --branch-name MyNewBranch

Output::

  {
    "BranchInfo": {
          "commitID": "317f8570EXAMPLE",
		  "branchName": "MyNewBranch"
    }
  }