Skip to content

Instantly share code, notes, and snippets.

View jcmexdev's full-sized avatar
:octocat:
Focusing

Juan Carlos Garcia Esquivel jcmexdev

:octocat:
Focusing
View GitHub Profile
@jjcodes78
jjcodes78 / mysql-sail.md
Last active May 2, 2025 14:41
Laravel Sail - GRANT ALL PRIVILEGES to user

Run this command in sail project folder:

docker-compose exec mysql bash

execute the mysql -u root -p command

provide the default password password

then executes

Elegir el issue que quieres traducir en la board oficial ⇒ https://github.com/angular-hispano/angular/projects/2


Preparar tu entorno, para eso debes descargar el repo y luego correr pruebas unitarias y de integración para asegurar que todo este en funcionamiento antes de iniciar.

git clone your-fork
cd angular
yarn
@fbn4sc
fbn4sc / command.txt
Created January 29, 2018 01:35
Delete all branches except master and develop.
git branch | grep -v "master\|develop" | xargs git branch -D
@folt
folt / gist:a98e9368dbe1dcbfce7198c16b862c92
Last active November 2, 2025 12:49
Balsamiq Mockups 3 crack
Name: Flash
Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc=
if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676
Thank you!
@jatubio
jatubio / commit-message-template.txt
Last active February 18, 2024 19:03 — forked from Linell/.git-commit-template.txt
Git commit template for laravel projects
# Type(<scope>): <subject>
# Type: core, feat, fix, docs, style, refactor, test, chore, git, merge, composer
# Git Operations (Prefix with): Cherry-Pick To Develop: <cpd!>, Squash|Fixup|Skip|Split: <squash!|fixup!|skip!|split!>, Temp: <tmp!|temp!>
# For Cherry-Pick (Prefix with): cpick(<branch>)
# Scope: controllers, models, repositories
# Subject: (This commit) <verb: 'add, fix, delete, modify'> subject
# <body>