From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Awesome-Ada Date: Tue, 04 Dec 2018 09:31:44 +0000 Organization: A noiseless patient Spider Message-ID: References: <9cc33ea4-0164-4568-9295-c051342aed23@googlegroups.com> <3790db70-0f76-4f33-8ded-642dfeae9ca3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="f511adf3bffbe91e2e6beab715c5c804"; logging-data="15508"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5y1n2yDdH7A1D8d3IL9brfQc7If+AzSs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:IDqVBTebufpzJIUqLe+0ZnVXAXE= sha1:aDftXBAsNjQvgugV8Bd+0EFcxHA= Xref: reader01.eternal-september.org comp.lang.ada:54944 Date: 2018-12-04T09:31:44+00:00 List-Id: Olivier Henley writes: > $ git clone https://github.com/ohenley/awesome-ada.git (you just > cloned the repo) $ cd awesome-ada (you are now in the cloned repo) > $ git checkout -b my-branch-to-edit-the-awesome-ada (you just created > a personalized branch) ------------------ I'd support your suggestion to use Github. I used to be a Mercurial/Sourceforge person, but (a) Git is a lot more capable than Hg, even if there are some facilities that are too capable for mere mortals, and (b) Github itself is much more responsive and capable than SF. I didn't know it was possible to let J. Random Hacker push a new branch to your repo! I thought you had to fork on Github, push to your own repo, & make the pull request from there. Agreed that this is a workflow that you have to _really_ _want_ to make work, until you're used to it, when it seems like the way Nature intended. :-)