tonytan4ever / bitbucket-shortcut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Series of bitbucket command to facilitate using its appPassword

  1. Creating a Pull Request (create_pr)

Installation

TODO: push to PyPI

    pip install git+git://github.com/tonytan4ever/bitbucket-shortcut.git@master

Usage

To use create_pr script:

  • set BITBUCKET_USER and BITBUCKET_PASS environment variable

  • go to you repo:

      cd <your_bitbucket_repo_path>
    
  • see the usage by:

      create_pr -h
    

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license

About


Languages

Language:Python 100.0%