Para subir el paquete al repositorio de Github se deben tipear las siguientes lineas en la terminal (Ctrl+Shift+T) dentro del directorio del paquete creado.
git init git add . git commit -m "Initial commit" git remote add origin https://github.com/esettecase/Paquete_BD Establecemos la repo git pull --allow-unrelated-histories Hacemos un pull before Push
Creo que aca linkeamos el local y el remoto, de manera que luego no necesitemos especificar en el pull de donde lo queremos bajar git push
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.