Skip to content

Commit 2be000b

Browse files
author
Matthew McCullough
committed
Expand additional resources into slide chunks
1 parent 0343154 commit 2be000b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

advanced/beta.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,13 +831,24 @@ $ git fetch [repo-url] [source]:[destination]
831831
$ git config --add remote.[upstream].fetch "+refs/pull/*/head:refs/remotes/[upstream]/pull/*"
832832
```
833833

834+
834835
{% capture slide %}
835836
### Additional Resources
837+
This course covers many advanced uses of Git and GitHub, and yet there is still more to explore. We've included some of the most useful resources for our students with insatiable appetites.
836838
{% endcapture %}
837839
{% include slide-section %}
838840

841+
{% capture slide %}
842+
#### Advanced Git Videos
839843
* [Advanced Git, presented at JavaZone](http://vimeo.com/49444883)
840844
* [Mastering Advanced Git, O'Reilly video series](http://bit.ly/ogitvid2)
841845
* [The Fringes of Git, Git internals video](http://www.youtube.com/watch?v=qh-R0-7Ii_U)
846+
{% endcapture %}
847+
{% include slide-section %}
848+
849+
{% capture slide %}
850+
#### Tools
842851
* [`gh`, GitHub command line utility](https://github.com/jingweno/gh)
843852
* [oh-my-zsh, ZSH plugin framework](https://github.com/robbyrussell/oh-my-zsh)
853+
{% endcapture %}
854+
{% include slide-section %}

0 commit comments

Comments
 (0)