Skip to content

Instantly share code, notes, and snippets.

@davins90
Last active December 11, 2023 09:42
Show Gist options
  • Save davins90/359889b2c994bccb28f2097ddf845ae1 to your computer and use it in GitHub Desktop.
Save davins90/359889b2c994bccb28f2097ddf845ae1 to your computer and use it in GitHub Desktop.
github_pipeline.md

Create GitHub repo online, pull it locally, upload local code

  1. git init -b main
  2. git remote add origin URL
  3. git pull origin main
  4. git add .
  5. git commit -m "MESSAGE"
  6. git push origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment