Skip to content

Commit

Permalink
added some images
Browse files Browse the repository at this point in the history
  • Loading branch information
jojokarlin committed Jan 18, 2017
1 parent 51677c6 commit 225c495
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion gitclone.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

A **clone** is a local copy of a repository.

![alt text][git-clone]

[git-clone]: https://github.com/jojokarlin/Git_DRI_Jan_2017/blob/master/images/git-clone.png "git-clone image from http://www.jonathanpberger.com/"

`git clone [URL of your GitHub repo]`

This clones a remote repo to your computer so you can customize it to your taste.
Expand All @@ -21,5 +25,6 @@ You can find all the workshops from this week linked in Patrick Smyth's [GCDRI 2

___

[<<< Git add, commit, and push](gitrefresh.md) - [Collaboration >>>](gitpullreq.md)
[<<< Git add, commit, and push](gitrefresh.md) - [Collaboration >>>](gitpullreq.md)

[Glossary](glossary.md) ~ ~ ~ [Helpful commands](helpfulcommands.md)
4 changes: 2 additions & 2 deletions gitpullreq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ I recommend following active projects like:

![alt text][DH_Box]

[DH_Box]: https://github.com/jojokarlin/Git_DRI_Jan_2017/blob/master/images/DH_Box_logo.jpg "DH laboratory in the cloud"
[DH_Box]: https://github.com/jojokarlin/Git_DRI_Jan_2017/blob/master/images/DH Box logo.jpg "DH laboratory in the cloud"

[DH Box](https://github.com/DH-Box/dhbox) a digital humanities laboratory in the cloud. It's a web application built using Docker, which enables containerized virtual environments so you don't have to worry about dismantling your own system. For those interested in **text analysis**, @DH_Box will soon launch a corpus downloader to access texts from the British Library in conjunction with Jonathan Reeve's [Git-Lit](https://github.com/Git-Lit) project.


![alt text][Manifold Scholarship]

[Manifold Scholarship]: https://github.com/jojokarlin/Git_DRI_Jan_2017/blob/master/images/Manifold_logo.png "Screenshot of different versions logged via git"
[Manifold Scholarship](https://github.com/ManifoldScholar) is partially based out of the GC Digital Scholarship Lab. Manifold is a Mellon-funded open source hybrid publishing platform led by GCDI instigator Matthew K. Gold and Doug Armato at the University of Minnesota Press in collaboration with [Cast Iron Coding](http://castironcoding.com/).
[Manifold Scholarship](https://github.com/ManifoldScholar) is jointly based out of the GC Digital Scholarship Lab and University of Minnesota Press. Manifold is a Mellon-funded open source hybrid publishing platform led by GCDI instigator Matthew K. Gold and Doug Armato at UMNP in collaboration with [Cast Iron Coding](http://castironcoding.com/).

![alt text][GC Digital Fellows]

Expand Down
Binary file added images/Git-it_guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/git-clone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Remember, what you don't know can _always_ be Googled or looked up on Stack Over
[Git 101 video](https://github.com/learn-co-students/git-version-control-101-v-000)


___
---

[<<< Making a copy from GitHub](gitpullreq.md) - [Return to the repo](https://github.com/jojokarlin/Git_DRI_Jan_2017)

[Glossary](glossary.md) ~ ~ ~ [Helpful commands](helpfulcommands.md)

0 comments on commit 225c495

Please sign in to comment.