forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 14
Updating the repo
Twisted Pair in my Hair edited this page Oct 20, 2018
·
4 revisions
- Add this as a remote from a kernel checkout.
$ git remote add --track master clang-built-linux git@github.com:ClangBuiltLinux/linux.git
$ git fetch clang-built-linux
$ git remote -v
...
clang-built-linux git@github.com:ClangBuiltLinux/linux.git (fetch)
clang-built-linux git@github.com:ClangBuiltLinux/linux.git (push)
- Pull from torvalds/linux
- Push to clang-built-linux/master
$ git push clang-built-linux
Do not force push to master. If there's some kind of conflict, you likely have done something wrong.