Menu

Remove or delete a Git subtree

There are multiple ways to add and remove the subtree in Git repo.

  1. git rm -rf plugins/experimentation
  2. git rm -rf gitpath

No comments:

Post a Comment