Python for Entrepreneurs Transcripts
Chapter: Course Conclusion
Lecture: Get and update the source code
Login or
purchase this course
to watch this video and the rest of the course contents.
0:01
Before you go, I want to remind you to don't forget the source code- we wrote a lot of code during this course,
0:10
and there are many things I want to share with you and I want to make sure you have for your reference.
0:15
So if you haven't already done it, go to github.com/miikeckennedy, url is here for the demo repository and star and/or fork this repository.
0:24
That way, especially if you fork it you'll have it on your account forever. Have you already forked this, were you one of the early students
0:32
who forked the course before you've seen this video, which is sort of the final version, I suppose this could even change afterwards,
0:39
you probably have your fork out of date with what is in the actual course repository, but don't worry, you don't have to delete it or anything,
0:47
you can just resync it, sync it as many times as you want so on github, at help.github.com/articles/syncing-a-fork with dashes
0:55
they show you how to do that, first you have to do what's called a remote upstream link here
1:00
they have that in the first or second paragraph, second sentence there, and then there's just like a couple of commands that you have to run
1:06
so it's really easy to make sure that you are in sync with whatever the latest version is.
1:10
So if you forked it long ago, be sure to run through this little process here so you have the latest greatest of everything,
1:15
especially some of the reorganizations to make following along through the course easier.