Skip to content

Instantly share code, notes, and snippets.

View JotaEmeDiaz's full-sized avatar
馃槑

JM JotaEmeDiaz

馃槑
View GitHub Profile
@JotaEmeDiaz
JotaEmeDiaz / organizaciones_fungibles.md
Last active February 2, 2025 10:52 — forked from JaimeObregon/organizaciones_fungibles.md
Organizaciones fungibles

Organizaciones Fungibles

Este documento es p煤blico y cualquiera puede evolucionarlo.

馃挕 Nombres alternativos:

  • Organizaci贸n ef铆mera
  • Organizaci贸n fugaz
  • Organizaci贸n fungible

驴Y si reinventamos la manera de organizarnos para resolver problemas?

Como subir un proyecto local a github.

desde la web de github

Creamos un nuevo repositorio en https://github.com. Le damos nombre, descripci贸n, seleccionamos si va a ser un proyecto publico o privado si es el caso, y dejamos el check de crear README sin marcar. Le damos a crear repositorio y con esto ya tenemos el repositorio donde alojaremos nuestro proyecto.

desde la terminal del equipo donde esta el proyecto que queremos subir a github

Nos vamos a la carpeta del proyecto y ejecutamos estos comandos.

git init

git add .
@JotaEmeDiaz
JotaEmeDiaz / preprocessor_fun.h
Created January 19, 2023 02:39 — forked from aras-p/preprocessor_fun.h
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,