Skip to content

Commit c26bc31

Browse files
committed
remove extra comments
1 parent 72ffcc3 commit c26bc31

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
* Explain the difference between Git and GitHub
1313
* Discuss examples of how version control can be used for different projects
1414
* Navigate GitHub and checkout it's features
15-
<!--- Presenter notes:
16-
By the end of this session, you should have a basic understanding of what version control is and how you might use it within your teams.
17-
You'll be familiar with GitHub and be able to do some basic tasks like navigating a GitHub repository and entering an issue.
18-
-->
1915
---
2016
## Have you ever...
2117
Wished you had a wayback machine to recover old files?
@@ -31,18 +27,11 @@
3127
--
3228
## Version Control to the rescue!
3329
![](./assets/img/github/cheering_minions.gif)
34-
<!--- Presenter notes:
35-
Using version control, you can easily view the revision history of your source code to track changes and quickly go back in time to learn about the differences between different versions of your files. And there's no need to create manual backups, it's done for you.
36-
You're also able to share your work with 2, 20, or 200+ collaborators.
37-
-->
3830
---
3931
### Version Control Basics
4032
Allows you (and your team) to do 2 powerful things:
4133
#### 1. Track and rollback changes
4234
#### 2. Collaborate together
43-
<!--- Presenter notes:
44-
45-
-->
4635
--
4736
### Working without version control
4837
![](./assets/img/github/without-vc.png)
@@ -70,9 +59,6 @@
7059
* Originally developed to manage Linux source code
7160
* Use it from the command line
7261
![](./assets/img/github/command-line.png)
73-
<!--- Presenter notes:
74-
Git is the versional control system you will probably see most often used in government and at GSA right now. We're not going to deep-dive on Git specifics, but I want you to understand how it is different from GitHub.
75-
--->
7662
---
7763
## What is GitHub
7864
* Website that hosts your project files online
@@ -81,11 +67,6 @@
8167
* Facilitates social collaboration
8268
* Has tons of extra features to use for teams and projects
8369
![](./assets/img/github/github.png)
84-
<!--- Presenter notes:
85-
Github is like facebook for programmers. Everyone’s on there. You can look at what they’re working on and easily peruse their code and make suggestions or changes.
86-
It’s really open source. “Open source” is not so open if you can’t easily study it. With github, all of the code is easily inspected, as is its entire history.
87-
Github lowers the barriers to collaboration. It’s easy to offer suggested changes to others’ code through github. I fixed some problems in some very useful code developed by someone I don’t know, because it’s hosted on github.
88-
You don’t have to set up a git server. --->
8970
---
9071
## How is GitHub different from Git
9172
![](./assets/img/github/git-vs-github.png)

0 commit comments

Comments
 (0)