comp.lang.ada
 help / color / mirror / Atom feed
From: Olivier Henley <olivier.henley@gmail.com>
Subject: Re: ANN: Awesome-Ada
Date: Mon, 3 Dec 2018 15:44:35 -0800 (PST)
Date: 2018-12-03T15:44:35-08:00	[thread overview]
Message-ID: <3790db70-0f76-4f33-8ded-642dfeae9ca3@googlegroups.com> (raw)
In-Reply-To: <9cc33ea4-0164-4568-9295-c051342aed23@googlegroups.com>

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


  parent reply	other threads:[~2018-12-03 23:44 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 [this message]
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
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