-
Not Synced
(woman) Hello there everyone,
-
Not Synced
we're about one minute before the start
of our webinar,
-
Not Synced
and we'd like to do a quick audio check,
just to make sure everyone can hear us ok.
-
Not Synced
So, I have put a poll up on the screen
-
Not Synced
about our audio levels,
if you could please just let us know.
-
Not Synced
(man) Okay.
-
Not Synced
(woman) Great. It looks like we
are in good shape then for our audio.
-
Not Synced
So we are right at 12:00,
and we will go ahead and get started.
-
Not Synced
First up, I'd like to introduce myself,
my name is Cynthia Rich.
-
Not Synced
I am a trainer with GitHub
and I am joined today by Allen Smith,
-
Not Synced
another trainer...
I'm from GitHub
-
Not Synced
and we're going to trade off today
as we go through this topic
-
Not Synced
and share some of our relevant
experience with you.
-
Not Synced
Today's session is about project
management and how we use GitHub
-
Not Synced
to manage projects within GitHub.
-
Not Synced
So really quick, just so we know who
we have on the phone with us,
-
Not Synced
on the webinar with us, excuse me,
-
Not Synced
a little more about you,
I've put a poll up to tell us
-
Not Synced
a little bit about your project
management experience.
-
Not Synced
While you're doing that
I'm going to tell you
-
Not Synced
a little bit about
what we hope to accomplish today.
-
Not Synced
So during today's webinar
we'd like to share with you
-
Not Synced
some of the best practices
that we've found
-
Not Synced
for managing projects using
the GitHub architecture.
-
Not Synced
So we as a company manage
all of our projects within this platform
-
Not Synced
and we store all of our conversations,
communication, everything goes here,
-
Not Synced
and so we want to share with you
the secrets that we use
-
Not Synced
to make this effective and to ensure
that we can communicate effectively
-
Not Synced
and collaboratively across our team.
-
Not Synced
So it looks like, okay great...
-
Not Synced
So it looks like we have a good split
of folks who do alot of project management
-
Not Synced
and then some folks who
are interested in the topic.
-
Not Synced
If you have someone on your team
that you'd like to share this webcast with
-
Not Synced
we will be recording this and we'll send
you a link after we finish up.
-
Not Synced
So I'm gonna go ahead and close the poll.
-
Not Synced
And, I'd like to jump right in and show
you what we're going to accomplish today.
-
Not Synced
The project we've set up that we'd like
to show you today
-
Not Synced
is a very basic GitHub Pages page.
-
Not Synced
Now if you're not familiar
with GitHub Pages
-
Not Synced
GitHub Pages is our,
essentially free web hosting platform.
-
Not Synced
It allows you to connect
your GitHub repository directly
-
Not Synced
to this GitHub Pages and set up
a project webpage,
-
Not Synced
something that you can communicate
with the outside world about your project.
-
Not Synced
So again, these are free to set up.
-
Not Synced
There are instructions on this page
we're showing you here pages.github.com
-
Not Synced
You can go there and it'll tell you
everything you need to know for how
-
Not Synced
to set up your repository
to communicate with this page.
-
Not Synced
The page that we have set up
is actually a little cookbook
-
Not Synced
So let's go back over,
and if you'll, there we go...
-
Not Synced
Our Project Management Cookbook
-
Not Synced
and you can see there this is
a really simple page
-
Not Synced
just something we set up for example sake
-
Not Synced
with a few links to some different recipes
-
Not Synced
hopefully this isn't lunch time
for everyone,
-
Not Synced
we'll all be hungry when we get done.
-
Not Synced
But like I said,
a really, really simple page
-
Not Synced
'cause what we really want to show you
is what's under the hood,
-
Not Synced
or what's behind the scenes that's
helping us to manage this project.
-
Not Synced
So, as you know, everything within GitHub
is managed within a repository
-
Not Synced
and that repository is the collection
of everything relating to your project.
-
Not Synced
So your project files, your project
communications, all of the metrics
-
Not Synced
involving your project.
-
Not Synced
Everything within your project is stored
in this repository.
-
Not Synced
Now in order to do some of the things
that we are going to show you today,
-
Not Synced
we had to make a few assumptions,
-
Not Synced
and one of those is that you're an owner
on the repository that you're working on.
-
Not Synced
So if you're not an owner
on the repository
-
Not Synced
there may be a few things
we're gonna show you along the way
-
Not Synced
that you won't be able to do
-
Not Synced
and so you might want to look in to
either changing your permissions level
-
Not Synced
or how to work out getting some of these
tasks accomplished
-
Not Synced
with someone that has
the appropriate permissions.