Hi Jacob, On Sat, Dec 23, 2017 at 12:05 AM, Jacob Keller <jacob.keller@xxxxxxxxx> wrote: > If you wish to update it later, you can mount hte usb stick, and then > just run git pull from inside the new subfolder. Note that you do > *not* run "git pull home_subfolder", as git pull expects the name of a > remote, which in this case is just origin (since the default remote > name you clone from is origin) >From git-fetch(8): <repository> The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL (see the section GIT URLS below) or the name of a remote (see the section REMOTES below). You can run git fetch / git pull with a URL or a local path to a repository, not only origin etc. -- Mit freundlichen Grüßen, Anatolii Borodin