Pushing from a existing Repository from command line to Git

PHOTO EMBED

Mon Sep 16 2024 14:29:32 GMT+0000 (Coordinated Universal Time)

Saved by @Code2Buzz

git remote add origin https://github.com/Code2Buzz/PyTorch.git
git branch -M main
git push -u origin main
content_copyCOPY

https://github.com/Code2Buzz/PyTorch