[Script Info] Title: [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,Git is an excellent,\Nand industry-recognized Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,version-control system. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,GitHub.com, the website,\Nmakes that accessible to everyone. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,♪ (whimsical theme music) ♪ Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,It's easy to think that you could host Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,your Git repositories anywhere. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,There's plenty of services, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,and plenty of tools for you to host them Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,even within your own corporate firewall. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,But there's more\Nthan just hosting your code. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,We're talking about changing software, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,and that includes all types,\Nand all facets of collaboration: Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,filing issues, organizing repositories\Nso they're easy to find, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,being able to mention\Nthe contributors by user name, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,and the ability to have control\Nover the inbound changes, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,through the concept\Nthat we call {\i1}pull requests{\i0}. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,All of these are facilitated\Nby GitHub.com, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,a collaboration platform\Nthat also hosts Git repositories. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,♪ (whimsical theme music) ♪ Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,Your first interaction with GitHub Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,is likely through the {\i1}Explore{\i0} page, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,finding a bit of open source Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,that solves a need\Nin your current application. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,But soon, you'll find\Nyou want to file an issue, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,or perhaps even\Nsubmit a change to a project Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,that improves it, or corrects a defect. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,Those are all things\Nthat are made possible Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,by the GitHub platform. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,You'll find that we have solutions, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,such as an integrated defect tracker, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,and the process of pull requests, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,to which code change can get reviewed, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,commented on, refined,\Nand then finally accepted, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,even for people\Nthat are not core contributors Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,to the project itself. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,GitHub adds further innovations\Nthat allow Git to go places Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,that it wouldn't ordinarily\Nhave been welcome. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,For example, we have an SvnBridge\Nthat allows any Git repository Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,to be treated as a subversion repository. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,This often facilitates a slow migration Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,of continuous integration infrastructure, Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,build scripts, or other automation Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,that you've built into\Nyour release process. Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,♪ (whimsical theme music) ♪ Dialogue: 0,9:59:59.99,9:59:59.99,Default,,0000,0000,0000,,GitHub also has the concept of the