Skip to content

Instantly share code, notes, and snippets.

@helciodasilva
helciodasilva / git-hook.md
Last active April 22, 2020 15:23
Include topic branch

git hooks

Enable hook

Indiviual repository

mv .git/hooks/commit-msg.sample .git/hooks/commit-msg
chmod +x .git/hooks/commit-msg
vim .git/hooks/commit-msg
version: '3.4'
services:
mysql:
image: mysql:5.7
container_name: mysql
command: mysqld --sql_mode="" --lower_case_table_names=1
volumes:
- ./sql:/docker-entrypoint-initdb.d
environment:
- MYSQL_ROOT_PASSWORD=teste
@helciodasilva
helciodasilva / udemy.md
Created September 14, 2020 11:54
50 cursos gratuitos da Udemy

50 cursos gratuitos da Udemy