chore: remove ugly download icons

James Musselman 2025-03-11 17:51:08 -05:00
parent 794fbb4734
commit 9f7d344740
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB

22
Home.md

@ -603,8 +603,6 @@ To this end, storing "safe" versions isn't much help without the ability
to restore them. Our next task is to learn how to view the previous
states of a project, revert back to them, and reset uncommitted changes.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/undoing-changes.zip)
@ -982,8 +980,6 @@ themselves to several standardized workflows for both individual and
collaborative development, which will be explored in the latter half of
the tutorial.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/branches-1.zip)
@ -1430,8 +1426,6 @@ diverges, a dedicated commit is required to combine the branches. This
situation may also give rise to a merge conflict, which must be manually
resolved before anything can be committed to the repository.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/branches-2.zip)
@ -2001,8 +1995,6 @@ To explore Git's rebasing capabilities, we'll need to build up our
example project so that we have something to work with. Then, we'll go
back and rewrite history using `git rebase`.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/rebasing.zip)
@ -2497,8 +2489,6 @@ Hopefully, this module will get you much more comfortable with the core
Git components, as we'll be inspecting and editing the internal makeup
of our project.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/rewriting-history.zip)
@ -3051,8 +3041,6 @@ For several parts of this module, we're going to pretend to be Mary, the
graphic designer for our website. Mary's actions are clearly denoted by
including her name in the heading of each step.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/remotes.zip)
@ -3520,8 +3508,6 @@ but other than that, you can follow this module's instructions as you
find them. For everyone else, our network-based Git experience will
begin in the next module.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repositories for this
module](http://rypress.com/tutorials/git/media/repo-zips/centralized-workflows.zip)
@ -3987,8 +3973,6 @@ incorporating a contribution from an anonymous developer named John.
Bitbucket is a DVCS hosting provider that makes it very easy to set up a
Git repository and start collaborating with a team of developers.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repositories for this
module](http://rypress.com/tutorials/git/media/repo-zips/distributed-workflows.zip)
@ -4384,8 +4368,6 @@ contributions).
Integrating on the commit level will also give us a deeper understanding
of how a Git repository records project history.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repositories for this
module](http://rypress.com/tutorials/git/media/repo-zips/patch-workflows.zip)
@ -4724,8 +4706,6 @@ While working through this module, your goal shouldn't be to master all
of these miscellaneous tools, but rather to understand why they were
created and when they might come in handy.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repositories for this
module](http://rypress.com/tutorials/git/media/repo-zips/tips-and-tricks.zip)
@ -5238,8 +5218,6 @@ commands even more powerful.
We'll start by inspecting Git's object database, then we'll manually
create and commit a snapshot using only Git's low-level interface.
![](images/icons/download.png){style="max-width: 45px"}
[Download the repository for this
module](http://rypress.com/tutorials/git/media/repo-zips/plumbing.zip)