1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update references to "Git reference" (#16968)

This commit is contained in:
Philippe Blain
2022-04-27 06:38:38 -04:00
committed by GitHub
parent 7ab77c93dd
commit cc5b24d07a
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@@ -2,5 +2,5 @@
* text=auto * text=auto
# Explicitly declare text files we want to always be normalized and converted # Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout. # to native line endings on checkout.
*.md text *.md text diff=markdown
*.json.br filter=lfs diff=lfs merge=lfs -text *.json.br filter=lfs diff=lfs merge=lfs -text

View File

@@ -18,7 +18,7 @@ shortTitle: Learning resources
--- ---
## Using Git ## Using Git
Familiarize yourself with Git by visiting the [official Git project site](https://git-scm.com) and reading the [ProGit book](http://git-scm.com/book). You can review the [Git command list](https://git-scm.com/docs) or [Git command lookup reference](http://gitref.org) while using the [Try Git](https://try.github.com) simulator. Familiarize yourself with Git by visiting the [official Git project site](https://git-scm.com) and reading the [ProGit book](http://git-scm.com/book). You can also review the [Git command list](https://git-scm.com/docs).
## Using {% data variables.product.product_name %} ## Using {% data variables.product.product_name %}