Skip to content

Commit

Permalink
💄 Updated progress in readme and updated bitbucket documentation!
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzmo committed Dec 29, 2016
1 parent fb2cf10 commit 7c68ece
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,17 @@ section in the gitconfig:
token = YourOtherVerySecretKey

[gitrepo "bitbucket"]
token = username:password
username = ford.prefect
token = YourOtherSecretKey

Here, we're setting the basics: just the private token. You'll notice that for bitbucket
the private token is your username and password seperated by a column. That's because
bitbucket does not offer throw away private tokens for tools (I might implement BB's OAuth
at some point).
Here, we're setting the basics, just the private token..

You also have the ability to set up an alias:

[gitrepo "bitbucket"]
alias = bit
token = username:password
username = ford.prefect
token = YourOtherSecretKey

that will change the command you use for a name you'll prefer to handle actions
for the service you use:
Expand Down Expand Up @@ -267,15 +266,9 @@ To use your own credentials, you can setup the following environment variables:
* [x] add regression tests (and actually find a smart way to implement them…)
* [x] add travis build
* [x] show a nice progress bar, while it's fetching (cf [#15](https://github.com/guyzmo/git-repo/issues/15))
* [ ] add support for handling gists
* [x] github support
* [x] gitlab support (cf [#12](https://github.com/guyzmo/git-repo/issues/12))
* [ ] bitbucket support (cf [#13](https://github.com/guyzmo/git-repo/issues/13))
* [ ] add support for handling pull requests
* [x] github support
* [x] gitlab support (cf [#10](https://github.com/guyzmo/git-repo/issues/10))
* [ ] bitbucket support (cf [#11](https://github.com/guyzmo/git-repo/issues/11))
* [ ] add application token support for bitbucket (cf [#14](https://github.com/guyzmo/git-repo/issues/14))
* [x] add support for handling gists (cf [#12](https://github.com/guyzmo/git-repo/issues/12) and [#13](https://github.com/guyzmo/git-repo/issues/13))
* [x] add support for handling pull requests (cf [#10](https://github.com/guyzmo/git-repo/issues/10) and cf [#11](https://github.com/guyzmo/git-repo/issues/11))
* [x] add application token support for bitbucket (cf [#14](https://github.com/guyzmo/git-repo/issues/14))
* [ ] add support for managing SSH keys (cf [#22](https://github.com/guyzmo/git-repo/issues/22))
* [ ] add support for issues?
* [ ] add support for gogs (cf [#18](https://github.com/guyzmo/git-repo/issues/18))
Expand Down

0 comments on commit 7c68ece

Please sign in to comment.