Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 538 Bytes

Updating-the-repo.md

File metadata and controls

17 lines (15 loc) · 538 Bytes
  1. Add this as a remote from a kernel checkout.
$ git remote add --track master clang-built-linux [email protected]:ClangBuiltLinux/linux.git
$ git fetch clang-built-linux
$ git remote -v
...
clang-built-linux	[email protected]:ClangBuiltLinux/linux.git (fetch)
clang-built-linux	[email protected]:ClangBuiltLinux/linux.git (push)
  1. Pull from torvalds/linux
  2. 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.