Skip to content

Instantly share code, notes, and snippets.

@YhorbyMatias
Created December 9, 2017 09:01
Show Gist options
  • Select an option

  • Save YhorbyMatias/4efd58365283767ab1bda385d7f5aa16 to your computer and use it in GitHub Desktop.

Select an option

Save YhorbyMatias/4efd58365283767ab1bda385d7f5aa16 to your computer and use it in GitHub Desktop.
demo gaspar
git init
git add --all
git commit -m "Initial commit"
ahora pal push
git remote add origin ssh://[email protected]:22/_ssh/MyFirstProject
git push -u origin --all
@YhorbyMatias
Copy link
Author

YhorbyMatias commented Dec 9, 2017

git remote add origin https://dotnetgaspar.visualstudio.com/_git/MyFirstProject
git push -u demo --all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment