Skip to content

Instantly share code, notes, and snippets.

@devded
Last active April 13, 2024 12:37
Show Gist options
  • Save devded/d6a7d70029c8f4bb1727cbdbf2e59fa4 to your computer and use it in GitHub Desktop.
Save devded/d6a7d70029c8f4bb1727cbdbf2e59fa4 to your computer and use it in GitHub Desktop.

source venv/bin/activate

pip uninstall

pip list

pip install -e .

git remote -v

git remote remove origin

git remote add origin

git push -u origin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment