Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit c05fe76

Browse files
committed
Updated introduction; noted CI is broken
1 parent 8f3ed69 commit c05fe76

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
# Contents
3+
24
* [github2mr](#github2mr)
35
* [Brief mr Example](#brief-mr-example)
46
* [Installation](#installation)
@@ -11,9 +13,11 @@
1113

1214
# github2mr
1315

14-
Many [Github](https://github.com/) users have a large number of repositories upon which they work. This application allows you to dump all your repository details into a configuration file for [myrepos](https://myrepos.branchable.com/).
16+
Many [Github](https://github.com/) users have a large number of repositories upon which they work, and managing them all can sometimes be difficult.
17+
18+
One excellent tool which helps a lot is the [myrepos](https://myrepos.branchable.com/) package, containing a binary named `mr`, which allows you to run many operations upon multiple repositories with one command. (It understangs git, mercurial, darcs, cvs, and many other types of revision-control systems.)
1519

16-
The myrepos package, containing a binary named `mr`, is a _wonderful_ tool that lets you apply operations to multiple repositories at once given a suitable configuration.
20+
This repository contains a simple command-line client which allows you to easily generate a configuration file containing __all__ your github repositories, which will allow you to operate upon your repositories, cloning them onto new machiens, etc, easily, quickly and reliably.
1721

1822
The end result of using `mr` and `github2mr` is that you should be able to clone all your remote github repositories, and update them easily with only a couple of commands which is great for when you work/develop/live on multiple machines.
1923

@@ -103,13 +107,12 @@ Notice that the value of the `Authorization`-header begins with `Bearer`? Gitbu
103107

104108
# Github Setup
105109

106-
This repository is configured to run tests upon every commit, and when
107-
pull-requests are created/updated. The testing is carried out via
108-
[.github/run-tests.sh](.github/run-tests.sh) which is used by the
109-
[github-action-tester](https://github.com/skx/github-action-tester) action.
110+
This repository is configured to run tests upon every commit, and when pull-requests are created/updated. The testing is carried out via [.github/run-tests.sh](.github/run-tests.sh) which is used by the [github-action-tester](https://github.com/skx/github-action-tester) action.
111+
112+
Releases are automated in a similar fashion via [.github/build](.github/build), and the [github-action-publish-binaries](https://github.com/skx/github-action-publish-binaries) action.
113+
114+
Currently these are reporting failures; but I'm in the process of fixing them.
110115

111-
Releases are automated in a similar fashion via [.github/build](.github/build),
112-
and the [github-action-publish-binaries](https://github.com/skx/github-action-publish-binaries) action.
113116

114117

115118
Steve

0 commit comments

Comments
 (0)