Skip to content

Commit

Permalink
add git resource section
Browse files Browse the repository at this point in the history
  • Loading branch information
escribis committed Feb 17, 2019
1 parent 994cfd4 commit c0c6a8b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions github/index.rst
Expand Up @@ -209,6 +209,19 @@ You may also configure (`Dealing with line endings`_)::

git config --global core.autocrlf input # if you use unix

Resources
---------

* `Git Visual Guide`_: a very nice guide displaying as the commit graph
changes the effect of a commands. A must read.

* `Git Interactive Cheatsheet`_ : a interactive map showing 5 layers (
stash / workspace / index / local repo/remote repo) and commands
acting at each level.

* `Interactive git console`_: a nice interactive console that display
commit graphs after each command is issued.

.. ............................................................................
.. _Git: http://en.wikipedia.org/wiki/Git_%28software%29
Expand All @@ -235,6 +248,15 @@ You may also configure (`Dealing with line endings`_)::
.. _`Dealing with line endings`:
https://help.github.com/articles/dealing-with-line-endings/

.. _`Git Visual Guide`:
http://marklodato.github.io/visual-git-guide

.. _`Git Interactive Cheatsheet`:
http://ndpsoftware.com/git-cheatsheet.html#loc=index

.. _`Interactive git console`:
https://onlywei.github.io/explain-git-with-d3/

.. |GithubClientWindows| replace::
`web <https://github-windows.s3.amazonaws.com/GitHubSetup.exe>`__

Expand Down

0 comments on commit c0c6a8b

Please sign in to comment.