# Git Submodule Message when adding Roots theme

**URL:** https://discourse.roots.io/t/git-submodule-message-when-adding-roots-theme/1842
**Category:** uncategorized
**Created:** 2014-06-26T20:53:48Z
**Posts:** 4
**Showing post:** 2 of 4

## Post 2 by @cfx — 2014-06-27T14:38:12Z

You may have better luck deleting `wp-content/themes/roots` and cloning directly into `wp-content/themes` :

```
git clone https://github.com/roots/roots.git .
```

That allows Git to create the project directory which you can then rename as needed. Don’t forget the period at the end of the command!

---

_[View the full topic](https://discourse.roots.io/t/git-submodule-message-when-adding-roots-theme/1842)._
