Skip to content

Instantly share code, notes, and snippets.

@YhorbyMatias
Created December 9, 2017 09:01
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 YhorbyMatias/4efd58365283767ab1bda385d7f5aa16 to your computer and use it in GitHub Desktop.
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://DotNetGaspar@vs-ssh.visualstudio.com:22/_ssh/MyFirstProject
git push -u origin --all
@YhorbyMatias
Copy link
Author

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgfJx1LdPsx0shpEAjV1AvvPWdrTRi5y0IOjqK3KenO8bXDh7t0XvQJ5rH/MqlZy+O/fgyO90kUFeb6T2z6iGEsMu7mUrQhcK2zsnfA5LahNsjk4NzoAOZozYjX2vgyusAAzlPuRkhc84NUq0xhUTdQHKK+QFzkMQaNhLSdecIdUoPl9mrrenoLCLolxNT4tzLY8/nJ0PbM4qMjlNpC++vXfgeAnHnQ3wG0gMDmOaIgcCDKGLFMqjBTVtVSC5ntuge1mshSEBRs/fg3oi/ggdXurUQlggh3aOq0ugiDsojmroLl7TE/BNho2R3GaHKLSNfOHItZVzUF6dWgpZp15XX yhorby@yhorby-VirtualBox

@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