git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* material for git training sessions/presentations
@ 2014-05-05  4:18 Chris Packham
  2014-05-05  4:29 ` Scott Chacon
  2014-05-07 15:02 ` Sitaram Chamarty
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Packham @ 2014-05-05  4:18 UTC (permalink / raw)
  To: GIT

Hi,

I know there are a few people on this list that do git training in
various forms. At $dayjob I've been asked to run a few training
sessions in house. The initial audience is SW developers so they are
fairly clued up on VCS concepts and most have some experience
(although some not positive) with git. Eventually this may also
include some QA folks who are writing/maintaining test suites who
might be less clued up on VCSes in general.

I know if I googled for git tutorials I'll find a bunch and I can
probably write a few myself but does anyone have any advice from
training sessions they've run about how best to present the subject
matter. Particularly to a fairly savy audience who may have developed
some bad habits. My plan was to try and have a few PCs/laptops handy
and try to make it a little interactive.

Also if anyone has any presentations I could use under a CC-BY-SA (or
other liberal license) as a basis for any material I produce that
would save me starting from scratch.

Thanks,
Chris

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

* Re: material for git training sessions/presentations
  2014-05-05  4:18 material for git training sessions/presentations Chris Packham
@ 2014-05-05  4:29 ` Scott Chacon
  2014-05-05  4:53   ` Felipe Contreras
  2014-05-07 15:02 ` Sitaram Chamarty
  1 sibling, 1 reply; 6+ messages in thread
From: Scott Chacon @ 2014-05-05  4:29 UTC (permalink / raw)
  To: Chris Packham; +Cc: GIT

The GitHub training team has all of their materials open sourced under
a CC BY 3.0 license.  They're all written in Markdown and hosted on
GitHub.  You can check them out here, including going through an
online rendering of the materials:

http://training.github.com/kit/

Scott

On Sun, May 4, 2014 at 9:18 PM, Chris Packham <judge.packham@gmail.com> wrote:
> Hi,
>
> I know there are a few people on this list that do git training in
> various forms. At $dayjob I've been asked to run a few training
> sessions in house. The initial audience is SW developers so they are
> fairly clued up on VCS concepts and most have some experience
> (although some not positive) with git. Eventually this may also
> include some QA folks who are writing/maintaining test suites who
> might be less clued up on VCSes in general.
>
> I know if I googled for git tutorials I'll find a bunch and I can
> probably write a few myself but does anyone have any advice from
> training sessions they've run about how best to present the subject
> matter. Particularly to a fairly savy audience who may have developed
> some bad habits. My plan was to try and have a few PCs/laptops handy
> and try to make it a little interactive.
>
> Also if anyone has any presentations I could use under a CC-BY-SA (or
> other liberal license) as a basis for any material I produce that
> would save me starting from scratch.
>
> Thanks,
> Chris
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: material for git training sessions/presentations
  2014-05-05  4:29 ` Scott Chacon
@ 2014-05-05  4:53   ` Felipe Contreras
  2014-05-06  5:01     ` Jason St. John
  2014-05-06 22:20     ` Jordan McCullough (GitHub Staff)
  0 siblings, 2 replies; 6+ messages in thread
From: Felipe Contreras @ 2014-05-05  4:53 UTC (permalink / raw)
  To: Scott Chacon, Chris Packham; +Cc: git, training

Scott Chacon wrote:
> The GitHub training team has all of their materials open sourced under
> a CC BY 3.0 license.  They're all written in Markdown and hosted on
> GitHub.  You can check them out here, including going through an
> online rendering of the materials:
> 
> http://training.github.com/kit/

Very nice!

I'm skimming through the contents and I noticed you mention
'color.ui = auto' a lot. There's no need for that, it has been the
default since v1.8.4.

Cheers.

-- 
Felipe Contreras

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

* Re: material for git training sessions/presentations
  2014-05-05  4:53   ` Felipe Contreras
@ 2014-05-06  5:01     ` Jason St. John
  2014-05-06 22:20     ` Jordan McCullough (GitHub Staff)
  1 sibling, 0 replies; 6+ messages in thread
From: Jason St. John @ 2014-05-06  5:01 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: Scott Chacon, Chris Packham, git, training

On Mon, May 5, 2014 at 12:53 AM, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> Scott Chacon wrote:
>> The GitHub training team has all of their materials open sourced under
>> a CC BY 3.0 license.  They're all written in Markdown and hosted on
>> GitHub.  You can check them out here, including going through an
>> online rendering of the materials:
>>
>> http://training.github.com/kit/
>
> Very nice!
>
> I'm skimming through the contents and I noticed you mention
> 'color.ui = auto' a lot. There's no need for that, it has been the
> default since v1.8.4.
>
> Cheers.
>
> --
> Felipe Contreras

RHEL 6.5 ships Git version 1.7.1, so depending on what OS the audience
is using (e.g. RHEL 6.5 Workstation), that may still be relevant.

Jason

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

* Re: Re: material for git training sessions/presentations
  2014-05-05  4:53   ` Felipe Contreras
  2014-05-06  5:01     ` Jason St. John
@ 2014-05-06 22:20     ` Jordan McCullough (GitHub Staff)
  1 sibling, 0 replies; 6+ messages in thread
From: Jordan McCullough (GitHub Staff) @ 2014-05-06 22:20 UTC (permalink / raw)
  To: Felipe Contreras, Chris Packham; +Cc: git

Hi Felipe,

Jordan McCullough here from the GitHub Training team. I noticed you were kind enough to open a Pull Request (linked below for reference) addressing this. We really do appreciate the contribution.

I'll review the PR just as soon as I can, so anticipate a merge with your changes to the `color.ui` soon.

https://github.com/github/training-kit/pull/118

Commit and Octocats,
Jordan

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

* Re: material for git training sessions/presentations
  2014-05-05  4:18 material for git training sessions/presentations Chris Packham
  2014-05-05  4:29 ` Scott Chacon
@ 2014-05-07 15:02 ` Sitaram Chamarty
  1 sibling, 0 replies; 6+ messages in thread
From: Sitaram Chamarty @ 2014-05-07 15:02 UTC (permalink / raw)
  To: Chris Packham, GIT

On 05/05/2014 09:48 AM, Chris Packham wrote:
> Hi,
>
> I know there are a few people on this list that do git training in
> various forms. At $dayjob I've been asked to run a few training
> sessions in house. The initial audience is SW developers so they are
> fairly clued up on VCS concepts and most have some experience
> (although some not positive) with git. Eventually this may also
> include some QA folks who are writing/maintaining test suites who
> might be less clued up on VCSes in general.
>
> I know if I googled for git tutorials I'll find a bunch and I can
> probably write a few myself but does anyone have any advice from
> training sessions they've run about how best to present the subject
> matter. Particularly to a fairly savy audience who may have developed
> some bad habits. My plan was to try and have a few PCs/laptops handy
> and try to make it a little interactive.
>
> Also if anyone has any presentations I could use under a CC-BY-SA (or
> other liberal license) as a basis for any material I produce that
> would save me starting from scratch.

I've written and used the following; the first one is a bit more popular
(or at least has been mentioned several times on #git)

1. git concepts simplified: http://gitolite.com/gcs.html
2. a presentation on git: http://gitolite.com/git.html

You can use them straight off the web.

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

end of thread, other threads:[~2014-05-07 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05  4:18 material for git training sessions/presentations Chris Packham
2014-05-05  4:29 ` Scott Chacon
2014-05-05  4:53   ` Felipe Contreras
2014-05-06  5:01     ` Jason St. John
2014-05-06 22:20     ` Jordan McCullough (GitHub Staff)
2014-05-07 15:02 ` Sitaram Chamarty

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 NNTP newsgroup(s).