Skip to content

Commit cc5b24d

Browse files
authored
Update references to "Git reference" (#16968)
1 parent 7ab77c9 commit cc5b24d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

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

content/get-started/quickstart/git-and-github-learning-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shortTitle: Learning resources
1818
---
1919
## Using Git
2020

21-
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.
21+
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).
2222

2323
## Using {% data variables.product.product_name %}
2424

0 commit comments

Comments
 (0)