Skip to content

Commit 1ed5553

Browse files
committed
updates
1 parent cc18600 commit 1ed5553

File tree

4 files changed

+1077
-1099
lines changed

4 files changed

+1077
-1099
lines changed

_slides/github1.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* Distributed version control system
7171
* Originally developed to manage Linux source code
7272
* Use it from the command line
73+
![](../assets/img/github/command-line.png)
7374
<!--- Presenter notes:
7475
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.
7576
--->
@@ -80,6 +81,7 @@
8081
* Gives you an up-front GUI and does the Git work behind the scene for you
8182
* Facilitates social collaboration
8283
* Has tons of extra features to use for teams and projects
84+
![](../assets/img/github/github.png)
8385
<!--- Presenter notes:
8486
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.
8587
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.
@@ -120,7 +122,6 @@
120122
--
121123
![](../assets/img/github/burger-barn-11-improved.png)
122124
--
123-
---
124125
## Basic terms
125126
* Issue - start a convo with someone
126127
* Branch - create a copy

0 commit comments

Comments
 (0)