Menu Close

devstate.de

A Dreams Engine Blog. This Blog may not make any sense to you. This is a collection of internal snippets that we collect with our experiences, but we hope some of our post will help you in some way.

Tag / git

Optimal Easy Engine 3.0

#Access Server #Update Server TimeZone dpkg-reconfigure tzdata #Secure SSH acccess with a different port #Keep SSH Connection Alive  #Restart SSH  #Add a Initial message  #Update/Upgrade Server #Instalar Vim 8 Ubuntu/Mint #Install Git #Beautyfy Terminal follow this steps: apt install zsh -y Change permanently to zsh chsh -s /bin/zsh Get .Antigen git clone https://github.com/zsh-users/antigen.git .antigen Add […]

Continue Reading

Git

Primer Paso es hacer un folder en tu ###### #Repositorio Nuevo #Crea tu repositorio en Bitbucket con Create #Llena los datos ###### ##1 Inicia Git de un repositorio nuevo (recuerda sudo si no tienes privilegios root) git init ##2 Suma tu Git a la repo de tu Bitbucket git remote add origin https://[email protected]/dreamsengineering/$TU_USER.git ##3 Tu […]

Continue Reading