Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Created May 16, 2025 15:26
Show Gist options
  • Save vadimkantorov/2e70c3d6b1b30bb00de778b1dce0bdef to your computer and use it in GitHub Desktop.
Save vadimkantorov/2e70c3d6b1b30bb00de778b1dce0bdef to your computer and use it in GitHub Desktop.
Create a private fork of verl
# reference: https://gist.github.com/0xjac/85097472043b697ab57ba1b1c7530274
git clone --bare [email protected]:volcengine/verl.git
cd verl.git
# create a bare repo vaidmkantorov/verl
git push --mirror [email protected]:vadimkantorov/verl.git
cd .. && rm -rf verl.git
git clone [email protected]:vadimkantorov/verl.git
cd verl
git remote add upstream [email protected]:volcengine/verl.git
git remote set-url --push upstream DISABLE
git fetch upstream
git rebase upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment