John McWilliam <jsmcwill...@gmail.com> writes:
> 1. I am a total beginner here and am constantly seeing referals to 
> "~/FileName" This is obviously shorthand for something but what? Is it the 
> location of the Git program directory or perhaps my working tree. How can I 
> define this?

This is "shorthand" for the path of your home directory.  The important
part of this is that your shell (the program that reads and executes the
commands you write) automatically replaces "~" with the path of your
home directory; the git programs only see the actual path name.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to