Updating documentation

This commit is contained in:
2020-05-04 03:38:42 +01:00
parent d997eaf46d
commit e614a8ece9
2 changed files with 59 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# To do
- Add images to posts + homepage and document where they go.
## Questions
Can we edit files in a submodule and commit them to the parent git repo?
No, doing this will send a pull request to merge the changes.
Instead use `git clone` and commit the repo to your main repo. Then if you need to pull the remote repo in the future you can go into it and pull, and handle any conflicts manually.