git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [RFC] Post/tutorial for newcomers
@ 2019-09-03  2:32 Matheus Tavares Bernardino
  2019-09-03  7:23 ` pedro rijo
  2019-09-03  7:49 ` Olga Telezhnaya
  0 siblings, 2 replies; 7+ messages in thread
From: Matheus Tavares Bernardino @ 2019-09-03  2:32 UTC (permalink / raw)
  To: git
  Cc: Christian Couder,
	Оля Тележная,
	Rohit Ashiwal

Hi, everyone

I've been writing a blog post based on what I learned during GSoC to
help other students here at FLUSP[1] start contributing as well.

In the meantime `Documentation/MyFirstContribution.txt` was released,
so I've pointed my interested colleagues to it. But since I was
already pretty close to finishing the post, I decided to conclude it
anyway.

Here is the end result:
https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git
If you have any comments or suggestions for it, please, let me know :)

Thanks,
Matheus

[1]: https://flusp.ime.usp.br

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] Post/tutorial for newcomers
  2019-09-03  2:32 [RFC] Post/tutorial for newcomers Matheus Tavares Bernardino
@ 2019-09-03  7:23 ` pedro rijo
  2019-09-04  0:59   ` Matheus Tavares Bernardino
  2019-09-03  7:49 ` Olga Telezhnaya
  1 sibling, 1 reply; 7+ messages in thread
From: pedro rijo @ 2019-09-03  7:23 UTC (permalink / raw)
  To: Matheus Tavares Bernardino
  Cc: git, Christian Couder,
	Оля Тележная,
	Rohit Ashiwal

Hey Matheus,

Just gave a quick look at your post, and I find it awesome!  I think
it covers most of the pains new contributors may have. Great
initiative! It may be interesting to add a link on
https://git-scm.com/community, what do you think @peff ?

Thanks,
Pedro


Matheus Tavares Bernardino <matheus.bernardino@usp.br> escreveu no dia
terça, 3/09/2019 à(s) 03:34:
>
> Hi, everyone
>
> I've been writing a blog post based on what I learned during GSoC to
> help other students here at FLUSP[1] start contributing as well.
>
> In the meantime `Documentation/MyFirstContribution.txt` was released,
> so I've pointed my interested colleagues to it. But since I was
> already pretty close to finishing the post, I decided to conclude it
> anyway.
>
> Here is the end result:
> https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git
> If you have any comments or suggestions for it, please, let me know :)
>
> Thanks,
> Matheus
>
> [1]: https://flusp.ime.usp.br



-- 
Obrigado,

Pedro Rijo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] Post/tutorial for newcomers
  2019-09-03  2:32 [RFC] Post/tutorial for newcomers Matheus Tavares Bernardino
  2019-09-03  7:23 ` pedro rijo
@ 2019-09-03  7:49 ` Olga Telezhnaya
  2019-09-04  0:46   ` Matheus Tavares Bernardino
  1 sibling, 1 reply; 7+ messages in thread
From: Olga Telezhnaya @ 2019-09-03  7:49 UTC (permalink / raw)
  To: Matheus Tavares Bernardino; +Cc: git, Christian Couder, Rohit Ashiwal

вт, 3 сент. 2019 г. в 05:32, Matheus Tavares Bernardino
<matheus.bernardino@usp.br>:
>
> Hi, everyone
>
> I've been writing a blog post based on what I learned during GSoC to
> help other students here at FLUSP[1] start contributing as well.
>
> In the meantime `Documentation/MyFirstContribution.txt` was released,
> so I've pointed my interested colleagues to it. But since I was
> already pretty close to finishing the post, I decided to conclude it
> anyway.
>
> Here is the end result:
> https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git
> If you have any comments or suggestions for it, please, let me know :)

This is amazing! Thank you for such painstaking work. I wish I had
this doc before doing my first steps at Git :)

>
> Thanks,
> Matheus
>
> [1]: https://flusp.ime.usp.br

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] Post/tutorial for newcomers
  2019-09-03  7:49 ` Olga Telezhnaya
@ 2019-09-04  0:46   ` Matheus Tavares Bernardino
  0 siblings, 0 replies; 7+ messages in thread
From: Matheus Tavares Bernardino @ 2019-09-04  0:46 UTC (permalink / raw)
  To: Olga Telezhnaya; +Cc: git, Christian Couder, Rohit Ashiwal

On Tue, Sep 3, 2019 at 4:49 AM Olga Telezhnaya <olyatelezhnaya@gmail.com> wrote:
>
> вт, 3 сент. 2019 г. в 05:32, Matheus Tavares Bernardino
> <matheus.bernardino@usp.br>:
> >
> > Here is the end result:
> > https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git
> > If you have any comments or suggestions for it, please, let me know :)
>
> This is amazing! Thank you for such painstaking work. I wish I had
> this doc before doing my first steps at Git :)

Thank you, Olga. I'm glad to hear that :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] Post/tutorial for newcomers
  2019-09-03  7:23 ` pedro rijo
@ 2019-09-04  0:59   ` Matheus Tavares Bernardino
  2019-09-04 19:41     ` Jeff King
  0 siblings, 1 reply; 7+ messages in thread
From: Matheus Tavares Bernardino @ 2019-09-04  0:59 UTC (permalink / raw)
  To: pedro rijo
  Cc: git, Christian Couder,
	Оля Тележная,
	Rohit Ashiwal, Jeff King

On Tue, Sep 3, 2019 at 4:23 AM pedro rijo <pedrorijo91@gmail.com> wrote:
>
> Hey Matheus,
>
> Just gave a quick look at your post, and I find it awesome!  I think
> it covers most of the pains new contributors may have. Great
> initiative!

Thank you, Pedro! Also, if you have any suggestions for it, please,
let me know. (The "source" is here:
https://gitlab.com/MatheusTavares/matheustavares.gitlab.io)

> It may be interesting to add a link on
> https://git-scm.com/community, what do you think @peff ?

Nice :) I think a link to `Documentation/MyFirstContribution.txt`
could also be added to the "Contributing to Git" section.

> Thanks,
> Pedro
>
>
> Matheus Tavares Bernardino <matheus.bernardino@usp.br> escreveu no dia
> terça, 3/09/2019 à(s) 03:34:
> >
> > Hi, everyone
> >
> > I've been writing a blog post based on what I learned during GSoC to
> > help other students here at FLUSP[1] start contributing as well.
> >
> > In the meantime `Documentation/MyFirstContribution.txt` was released,
> > so I've pointed my interested colleagues to it. But since I was
> > already pretty close to finishing the post, I decided to conclude it
> > anyway.
> >
> > Here is the end result:
> > https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git
> > If you have any comments or suggestions for it, please, let me know :)
> >
> > Thanks,
> > Matheus
> >
> > [1]: https://flusp.ime.usp.br

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] Post/tutorial for newcomers
  2019-09-04  0:59   ` Matheus Tavares Bernardino
@ 2019-09-04 19:41     ` Jeff King
  2019-09-04 20:18       ` pedro rijo
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff King @ 2019-09-04 19:41 UTC (permalink / raw)
  To: Matheus Tavares Bernardino
  Cc: pedro rijo, git, Christian Couder,
	Оля Тележная,
	Rohit Ashiwal

On Tue, Sep 03, 2019 at 09:59:13PM -0300, Matheus Tavares Bernardino wrote:

> > It may be interesting to add a link on
> > https://git-scm.com/community, what do you think @peff ?
> 
> Nice :) I think a link to `Documentation/MyFirstContribution.txt`
> could also be added to the "Contributing to Git" section.

Yes, I think either or both would be good. Patches welcome (here, or at
https://github.com/git/git-scm.com).

-Peff

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFC] Post/tutorial for newcomers
  2019-09-04 19:41     ` Jeff King
@ 2019-09-04 20:18       ` pedro rijo
  0 siblings, 0 replies; 7+ messages in thread
From: pedro rijo @ 2019-09-04 20:18 UTC (permalink / raw)
  To: Jeff King
  Cc: Matheus Tavares Bernardino, git, Christian Couder,
	Оля Тележная,
	Rohit Ashiwal

For some context: Documentation/MyFirstContribution.txt was added
recently by peff (https://github.com/git/git-scm.com/pull/1362) and
can be seen at https://git-scm.com/docs/MyFirstContribution

But tbh I don't see how to reach to that page, there may be something
failing while indexing:
https://git-scm.com/search/results?search=MyFirstContribution

So links on https://git-scm.com/community would be very helpful for sure :)


Jeff King <peff@peff.net> escreveu no dia quarta, 4/09/2019 à(s) 20:41:
>
> On Tue, Sep 03, 2019 at 09:59:13PM -0300, Matheus Tavares Bernardino wrote:
>
> > > It may be interesting to add a link on
> > > https://git-scm.com/community, what do you think @peff ?
> >
> > Nice :) I think a link to `Documentation/MyFirstContribution.txt`
> > could also be added to the "Contributing to Git" section.
>
> Yes, I think either or both would be good. Patches welcome (here, or at
> https://github.com/git/git-scm.com).
>
> -Peff



-- 
Obrigado,

Pedro Rijo

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-04 20:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03  2:32 [RFC] Post/tutorial for newcomers Matheus Tavares Bernardino
2019-09-03  7:23 ` pedro rijo
2019-09-04  0:59   ` Matheus Tavares Bernardino
2019-09-04 19:41     ` Jeff King
2019-09-04 20:18       ` pedro rijo
2019-09-03  7:49 ` Olga Telezhnaya
2019-09-04  0:46   ` Matheus Tavares Bernardino

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).