Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

llgtr/dotemacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotemacs.

Git subtrees

Subtrees are used to include dependencies for this repo. This ensures that the configuration is easy to clone and will be independent from upstream changes. Use the following commands to add and update:

  • Add remote (optional)
    • git remote add <name> <git_url>
  • Add subtree
    • git subtree add --prefix <path_from_root> <remote_name / git_url> master --squash
  • Update subtree
    • git subtree pull --prefix <path_from_root> <remote_name / git_url> master --squash