- Usar modo imperativo (uma dica é fazer a pergunta: "O que este commit faz?" e responder: "Este commit Adiciona feature)
- "Adiciona feature" 👍🏻
- "Adicionada feature" 💩
- "Adicionando feature" 💩
- Primeira linha (título) deve ter no máximo 72 caracteres
- Primeira linha (título) não deve terminar com ponto final '.'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPACESHIP_PROMPT_ORDER=( | |
user # Username section | |
dir # Current directory section | |
host # Hostname section | |
git # Git section (git_branch + git_status) | |
hg # Mercurial section (hg_branch + hg_status) | |
exec_time # Execution time | |
line_sep # Line break | |
vi_mode # Vi-mode indicator | |
jobs # Background jobs indicator |
yarn add eslint eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import -D
yarn add nodemon sucrase prettier eslint-plugin-prettier -D
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Homebrew Script for OSX | |
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh` | |
echo "Installing brew..." | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
echo "Installing brew cask..." | |
brew update |
OlderNewer