layout | permalink |
---|---|
reference |
/reference/ |
{:auto_ids} git clone : creates a local copy of a git repository, with all of its contents. Example:
git clone https://github.com/Paleantology/SELUGandT.git
cd : changes the current directory
cd ../../ : allows you to move up levels in a directory
mv: creates a copy of a file, then deletes the original
rm: definetely will delete whatever you do with this you will never see
it again.