Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use git submodules for source directories #32

Closed
nektro opened this issue Jul 5, 2020 · 1 comment
Closed

Use git submodules for source directories #32

nektro opened this issue Jul 5, 2020 · 1 comment

Comments

@nektro
Copy link

nektro commented Jul 5, 2020

https://git-scm.com/book/en/v2/Git-Tools-Submodules

$ git submodule add https://github.com/ziglang/zig.git
$ git submodule add https://github.com/llvm/llvm-project.git
/zig   -> /zig
/clang -> /llvm-project/clang
/lld   -> /llvm-project/lld
/llvm  -> /llvm-project/llvm
@andrewrk
Copy link
Member

andrewrk commented Jul 5, 2020

#17

@andrewrk andrewrk closed this as completed Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants