Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created August 27, 2019 06:58
Show Gist options
  • Save 6ui11em/1daf32b09f2234976a40a21483e156e0 to your computer and use it in GitHub Desktop.
Save 6ui11em/1daf32b09f2234976a40a21483e156e0 to your computer and use it in GitHub Desktop.
Git code to repository #git
git init
git add .
git commit -m "initial commit of full repository"
git remote add origin <bitbucket_URL>
git push -u origin --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment