You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,8 @@ section in the gitconfig:
150
150
token = YourOtherVerySecretKey
151
151
152
152
[gitrepo "bitbucket"]
153
-
token = username:password
153
+
username = ford.prefect
154
+
token = YourOtherSecretKey
154
155
155
156
[gitrepo "gogs"]
156
157
fqdn = UrlOfYourGogs
@@ -165,7 +166,8 @@ You also have the ability to set up an alias:
165
166
166
167
[gitrepo "bitbucket"]
167
168
alias = bit
168
-
token = username:password
169
+
username = ford.prefect
170
+
token = YourOtherSecretKey
169
171
170
172
that will change the command you use for a name you'll prefer to handle actions
171
173
for the service you use:
@@ -274,6 +276,7 @@ To use your own credentials, you can setup the following environment variables:
274
276
*[x] add regression tests (and actually find a smart way to implement them…)
275
277
*[x] add travis build
276
278
*[x] show a nice progress bar, while it's fetching (cf [#15](https://github.com/guyzmo/git-repo/issues/15))
279
+
<<<<<<< HEAD
277
280
*[x] add support for gogs (cf [#18](https://github.com/guyzmo/git-repo/issues/18))
278
281
*[ ] add support for handling gists
279
282
*[x] github support
@@ -284,6 +287,11 @@ To use your own credentials, you can setup the following environment variables:
284
287
*[x] gitlab support (cf [#10](https://github.com/guyzmo/git-repo/issues/10))
285
288
*[ ] bitbucket support (cf [#11](https://github.com/guyzmo/git-repo/issues/11))
286
289
*[ ] add application token support for bitbucket (cf [#14](https://github.com/guyzmo/git-repo/issues/14))
290
+
=======
291
+
*[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))
292
+
*[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))
293
+
*[x] add application token support for bitbucket (cf [#14](https://github.com/guyzmo/git-repo/issues/14))
294
+
>>>>>>> 💄 Updated progress in readme and updated bitbucket documentation!
287
295
*[ ] add support for managing SSH keys (cf [#22](https://github.com/guyzmo/git-repo/issues/22))
288
296
*[ ] add support for issues?
289
297
*[ ] add support for gerrit (cf [#19](https://github.com/guyzmo/git-repo/issues/19))
0 commit comments