Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Created December 1, 2020 05:02
Show Gist options
  • Save hoangitk/e6cb0beb8c6ac143a5fb0c52e7cd5608 to your computer and use it in GitHub Desktop.
Save hoangitk/e6cb0beb8c6ac143a5fb0c52e7cd5608 to your computer and use it in GitHub Desktop.
[Git init] #git

Git Init

Get startd

  • push an existing repository from command line
git remote add origin https://your-git-server/your-repo
git push -u origin --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment