Create a git alias.
They have usefull commands with their git plugin: gbds, gbda and gbgd.
Create a git alias.
They have usefull commands with their git plugin: gbds, gbda and gbgd.
| cat <sql_name>.sql | docker exec -i <container_name> /usr/bin/psql -p <database_user_password> -U <database_user> -d <database_name> | 
flowchart TD
   id1(Asignarse un issue)
   %%id2(Mover el issue a 'In Progress')
   id3(Leerlo)
   id4{"Hacerme las preguntas de 'por qué' y 'para qué'.<br /> ¿Es aplicable?"}
   id5(Investigar sobre lo que no conozco)
   id6(Pensar y diseñar la solución)
   id7{"Le pregunto a un experto, ¿Es válido?"}
   id8(Lo programo)| defprotocol TypeProtocol do | |
| @doc """ | |
| TypeProtocol checks a term type. | |
| """ | |
| @spec type(t) :: String.t() | |
| def type(value) | |
| end | |
| defimpl TypeProtocol, for: Float do | |
| @spec type(float) :: String.t() | 
Functions to help with common tasks on Elixir.