@@ -57,7 +57,7 @@ Also, you can open the repository's page, using the `open` command:
57
57
58
58
### Requests for merges * (aka Pull Requests aka Merge Requests)*
59
59
60
- Once you're all set with your repository, you can check requests to merge
60
+ Once you're all set with your repository, you can check requests to merge
61
61
(aka Pull Requests on github) using the ` request ` command:
62
62
63
63
% git hub request guyzmo/git-repo list
@@ -109,7 +109,7 @@ And when you're done you just get rid of it:
109
109
Successfully deleted gist!
110
110
111
111
> * Nota Bene* : Thanks to ` git ` CLI flexibility, by installing ` git-repo ` you directly
112
- > have acces to the tool using ` git-repo hub … ` or ` git repo hub … ` . For the
112
+ > have access to the tool using ` git-repo hub … ` or ` git repo hub … ` . For the
113
113
> ` git hub … ` call, you have to set up aliases, see below how to configure that.
114
114
115
115
And as a bonus, each time it's adding a new remote, it's updating the ` all ` remote,
@@ -188,7 +188,7 @@ So you can run the tool as a git subcommand:
188
188
### Development
189
189
190
190
For development, I like to use ` buildout ` , and the repository is already configured
191
- for that. All you have to do, is install buildout, and then call it from the root of
191
+ for that. All you have to do, is install buildout, and then call it from the root of
192
192
the repository:
193
193
194
194
% pip install zc.buildout
@@ -214,15 +214,15 @@ and a real connection, when testing the API on minor changes. Those recordings a
214
214
called cassettes, thanks to the [ betamax] ( https://github.com/sigmavirus24/betamax ) framework
215
215
being in use in the test suites.
216
216
217
- When running existing tests, based on the provided cassettes, you don't need any
217
+ When running existing tests, based on the provided cassettes, you don't need any
218
218
setting. Also, if you've got a configuration in ` ~/.gitconfig ` , the tests will use
219
219
them. Anyway, you can use environment variables for those settings (environment
220
220
variables will have precedence over the configuration settings):
221
221
222
222
To use your own credentials, you can setup the following environment variables:
223
223
224
224
* ` GITHUB_NAMESPACE ` (which defaults to ` not_configured ` ) is the name of the account to use on github
225
- * ` GITLAB_NAMESPACE ` (which defaults to ` not_configured ` ) is the name of the account to use on gitlab
225
+ * ` GITLAB_NAMESPACE ` (which defaults to ` not_configured ` ) is the name of the account to use on gitlab
226
226
* ` BITBUCKET_NAMESPACE ` (which defaults to ` not_configured ` ) is the name of the account to use on bitbucket
227
227
* ` PRIVATE_KEY_GITHUB ` your private token you've setup on github for your account
228
228
* ` PRIVATE_KEY_GITLAB ` your private token you've setup on gitlab for your account
0 commit comments