Skip to content

Instantly share code, notes, and snippets.

@bouli
bouli / git-bouli-cheatsheet.md
Last active November 7, 2025 12:05
git cheasheet

git-bouli-cheatsheet.md

Managing TAGS

Create new tag

git tag <tag-to-create>

Check last tag

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@bouli
bouli / CONFIG.md
Created June 15, 2024 19:13
Apache: Como configurar um VirtualHost com proxy reverso

Apache: Como configurar um VirtualHost com proxy reverso

Instala biblioteca do Apache

sudo apt-get install libapache2-mod-proxy-html

Habilita os m贸dulos no Apache