chore: remove ugly download icons
parent
794fbb4734
commit
9f7d344740
1 changed files with 0 additions and 22 deletions
22
Home.md
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
|
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.
|
states of a project, revert back to them, and reset uncommitted changes.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/undoing-changes.zip)
|
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
|
collaborative development, which will be explored in the latter half of
|
||||||
the tutorial.
|
the tutorial.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/branches-1.zip)
|
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
|
situation may also give rise to a merge conflict, which must be manually
|
||||||
resolved before anything can be committed to the repository.
|
resolved before anything can be committed to the repository.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/branches-2.zip)
|
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
|
example project so that we have something to work with. Then, we'll go
|
||||||
back and rewrite history using `git rebase`.
|
back and rewrite history using `git rebase`.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/rebasing.zip)
|
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
|
Git components, as we'll be inspecting and editing the internal makeup
|
||||||
of our project.
|
of our project.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/rewriting-history.zip)
|
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
|
graphic designer for our website. Mary's actions are clearly denoted by
|
||||||
including her name in the heading of each step.
|
including her name in the heading of each step.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/remotes.zip)
|
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
|
find them. For everyone else, our network-based Git experience will
|
||||||
begin in the next module.
|
begin in the next module.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repositories for this
|
[Download the repositories for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/centralized-workflows.zip)
|
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
|
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.
|
Git repository and start collaborating with a team of developers.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repositories for this
|
[Download the repositories for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/distributed-workflows.zip)
|
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
|
Integrating on the commit level will also give us a deeper understanding
|
||||||
of how a Git repository records project history.
|
of how a Git repository records project history.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repositories for this
|
[Download the repositories for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/patch-workflows.zip)
|
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
|
of these miscellaneous tools, but rather to understand why they were
|
||||||
created and when they might come in handy.
|
created and when they might come in handy.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repositories for this
|
[Download the repositories for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/tips-and-tricks.zip)
|
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
|
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.
|
create and commit a snapshot using only Git's low-level interface.
|
||||||
|
|
||||||
{style="max-width: 45px"}
|
|
||||||
|
|
||||||
[Download the repository for this
|
[Download the repository for this
|
||||||
module](http://rypress.com/tutorials/git/media/repo-zips/plumbing.zip)
|
module](http://rypress.com/tutorials/git/media/repo-zips/plumbing.zip)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue