Stefano Bonicatti
11/28/2022, 8:38 AMSubash Rajaa
11/28/2022, 8:39 AMStefano Bonicatti
11/28/2022, 8:40 AMSubash Rajaa
11/28/2022, 8:44 AMStefano Bonicatti
11/28/2022, 8:44 AMSubash Rajaa
11/28/2022, 8:45 AMStefano Bonicatti
11/28/2022, 8:46 AMNew pull request
button, and then click the link that says compare across forks
. Then you select the branchSubash Rajaa
11/28/2022, 8:46 AMStefano Bonicatti
11/28/2022, 8:47 AMgit remote add myosquery git@github.com:srajaa/osquery
git push myosquery
origin
, and then I add the upstream repository as a remote named upstream
(so it would be the opposite of what you have now)Subash Rajaa
11/28/2022, 8:54 AMStefano Bonicatti
11/28/2022, 8:57 AMgit remote -v
?Subash Rajaa
11/28/2022, 8:59 AMStefano Bonicatti
11/28/2022, 9:05 AMgit remote set-url myosquery1 <https://srajaa>:<token>@github.com/srajaa/osquery
Subash Rajaa
11/28/2022, 9:07 AM