diff --git a/docs/git-faqs.html b/docs/git-faqs.html index 7cf6e84..62df0c5 100644 --- a/docs/git-faqs.html +++ b/docs/git-faqs.html @@ -174,7 +174,7 @@
Are there other commands that can be helpful when using Git from the command line?
-Definitely! Learning a few simple Bash commands can be helpful for navigating the command line. A few common commands include pwd
(to print your current directory), cd
(to change directories), and ls
(to list the files in a directory). For an introduction to these, and other, commands, we recommend this guide from Friendly Django or this guide from Happy Git with R.
pwd
(to print your current directory), cd
(to change directories), and ls
(to list the files in a directory). For an introduction to these commands and others, we recommend this guide from Friendly Django or this guide from Happy Git with R.