Skip to content
Harsh Kumbhani edited this page Jul 8, 2024 · 1 revision

Welcome to the libft wiki!

In order to use it as a submodule do:

git submodule add <link/to/this/repo>

To delete the submodule:

  • git submodule deinit -f <path/to/submodule>
  • rm -rf .git/modules/<path/to/submodule>
  • git rm -f <path/to/submodule>

Clone this wiki locally