comp.lang.ada
 help / color / mirror / Atom feed
From: Jere <jhb.chat@gmail.com>
Subject: Re: ANN: Awesome-Ada
Date: Tue, 4 Dec 2018 18:07:10 -0800 (PST)
Date: 2018-12-04T18:07:10-08:00	[thread overview]
Message-ID: <c53e0a0e-0470-47b0-ac1e-b2c66c9372ec@googlegroups.com> (raw)
In-Reply-To: <3790db70-0f76-4f33-8ded-642dfeae9ca3@googlegroups.com>

On Monday, December 3, 2018 at 6:44:38 PM UTC-5, Olivier Henley wrote:
> For those wondering how to 'make a pull request'
> 
> 1. Install git. (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
> 1-a) Open a github account if you do not already have one. (not sure this step is mandatory though ...) 
> 
> 2. Open a git-bash prompt on windows (comes with the git installation on windows), a terminal on linux/mac
> 3. Execute:
> 
> $ git clone https://github.com/ohenley/awesome-ada.git (you just cloned the repo)
> $ git checkout -b my-branch-to-edit-the-awesome-ada (you just created a personalized branch)
> $ git push origin my-branch-to-edit-the-awesome-ada (you just pushed the branch on github: the origin)
> $ git push --set-upstream origin my-branch-to-edit-the-awesome-ada (you just setted your branch as the upstream origin to receive your changes)
> $ cd awesome-ada
> 
> 4. Edit the file readme.md using a text editor and add an awesome Ada project. Save the file. (the syntax is Markdown. https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) 
> 
> 5. Execute:
> 
> $ git add . (you just added every change made)
> $ git commit -m 'I just added a new entry to the aweseome-ada' (you just commited a change to your own branch with some comments)
> $ git push (you just pushed the change to your branch, to github) 
> 
> 6. Go to https://github.com/ohenley/awesome-ada, 
> 7. Click the 'Pull Request' button. Follow the directives (you will need to choose Base:Master and Compare:my-branch-to-edit-the-awesome-ada) 
> 8. Click 'Create pull request'
> 
> I will review your changes and accept the merge. 
> 
> Thx

I tried doing the steps above and it gave me a permission denied error.
If you are interested, here is the markdown for some online ada compilers:

## Online Compilers
- [TutorialsPoint Ada Compiler](https://www.tutorialspoint.com/compile_ada_online.php) - Online compiler built on the CodingGround engine
- [JDoodle Ada Compiler](https://www.jdoodle.com/execute-ada-online) - Online compiler that provides multiple versions of GNAT to test with.

You can edit the text however you like


  parent reply	other threads:[~2018-12-05  2:07 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03 21:45 ANN: Awesome-Ada Olivier Henley
2018-12-03 21:49 ` Olivier Henley
2018-12-03 23:44 ` Olivier Henley
2018-12-03 23:58   ` Olivier Henley
2018-12-04  9:31   ` Simon Wright
2018-12-04 14:01     ` Olivier Henley
2018-12-04 16:16       ` Simon Wright
2018-12-04 18:06         ` Olivier Henley
2018-12-04 23:46           ` Olivier Henley
2019-01-05 22:26           ` George Shapovalov
2019-01-06 11:24             ` Simon Wright
2019-01-06 11:53               ` George Shapovalov
2019-01-06 17:41               ` Dennis Lee Bieber
2019-01-06 14:51             ` Olivier Henley
2018-12-06  6:51     ` Keith Thompson
2018-12-06  8:43       ` Simon Wright
2018-12-04 11:01   ` fabien.chouteau
2018-12-04 14:06     ` Olivier Henley
2018-12-05  2:07   ` Jere [this message]
2018-12-05 16:13     ` Olivier Henley
2018-12-05 17:13       ` Jere
2018-12-05 18:15         ` Olivier Henley
2018-12-06  6:51         ` Keith Thompson
2018-12-05 16:17 ` Olivier Henley
2018-12-08 17:47 ` Lucretia
2018-12-09 15:29   ` Olivier Henley
2018-12-10  8:27     ` Lucretia
2019-01-03 22:41 ` Jere
2019-01-06 14:51   ` Olivier Henley
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox