User Tools

Site Tools


informatica:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatica:git [2017/09/18 14:19] joseinformatica:git [2019/02/26 12:35] jose
Line 153: Line 153:
 ==== GITHUB ==== ==== GITHUB ====
 Vamos a Settings "SSH and GPG keys" y añadimos la clave. Vamos a Settings "SSH and GPG keys" y añadimos la clave.
 +
 +Creamos el repositorio en GITHUB. Mejor no inicializar con README.md Allí pone las instrucciones:
 +<code>
 +git init .
 +git add .
 +git commit -m "primer commit"
 +git remote add origin git@github.com:iwanttobefreak/docker-selenium.git
 +git push -u origin master
 +</code>
  
  
  
informatica/git.txt · Last modified: 2022/01/06 20:19 by jose