-- Leo's gemini proxy

-- Connecting to warpengineer.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Steps to add a remote repo to a local project and sync with it.


git remote add upstream # Add the upstream as a remote

git fetch upstream # Fetch the upstream

git checkout master # Checkout brach to sync with upstream

git merge upstream/master # Sync upstream's master branch locally

-- Response ended

-- Page fetched on Sun May 19 12:36:27 2024