Created
December 9, 2017 09:01
-
-
Save YhorbyMatias/4efd58365283767ab1bda385d7f5aa16 to your computer and use it in GitHub Desktop.
demo gaspar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git remote add origin https://dotnetgaspar.visualstudio.com/_git/MyFirstProject
git push -u demo --all