Skip to content

Instantly share code, notes, and snippets.

@MonrealRyan
Last active August 5, 2020 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MonrealRyan/63768d26e9b978d8e3c31208e75dd339 to your computer and use it in GitHub Desktop.
Save MonrealRyan/63768d26e9b978d8e3c31208e75dd339 to your computer and use it in GitHub Desktop.
Clone repository to a existing folder
  1. cd to you folder
  2. run git init
  3. run git add .
  4. run git commit -m 'initial commit'
  5. run git remote add origin {reportistoryUrl}
  6. run git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment