> For the complete documentation index, see [llms.txt](https://federated.gitbook.io/fedcampus-server/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://federated.gitbook.io/fedcampus-server/git/git-usage.md).

# How to solve git issue with Gitbook Repo

* Update the subwork on GitHub directly if possible, this will ensure you do not run into any issue with git so long as no one edits a same file with others.
* Do the following command before update subwork

  ```
    git pull
  ```
