Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
drop database CrudProfissional; | |
create database CrudProfissional; | |
use CrudProfissional; | |
-- Tabela para armazenamento dos dados do Profissional. | |
CREATE TABLE Profissional ( | |
idProfissional int NOT NULL PRIMARY KEY AUTO_INCREMENT, | |
nome VARCHAR(30) NOT NULL, | |
idade VARCHAR(3) NOT NULL, |
Emoji | Code | Commit Type
# Created by .ignore support plugin (hsz.mobi) | |
### Python template | |
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# C extensions | |
*.so |
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# We use preexec and precmd hook functions for Bash | |
# If you have anything that's using the Debug Trap or PROMPT_COMMAND | |
# change it to use preexec or precmd | |
# See also https://github.com/rcaloras/bash-preexec | |
# If not running interactively, don't do anything | |
case $- in |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
Sources:
Commit Emojis | |
---|---|
Improving structure / format of the code. | 🎨 :art: |
Improving performance. | ⚡ :zap: |
Removing code or files. | 🔥 :fire: |
Fixing a bug. | 🐛 :bug: |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export ANDROID_HOME=~/Android/Sdk | |
export PATH="$PATH:$ANDROID_HOME/tools" | |
export PATH="$PATH:$ANDROID_HOME/platform-tools" | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/diegofernandes/.oh-my-zsh" | |
export PATH="$PATH:/usr/local/bin" |
Accessibility and Inclusivity is a big topic. Biggest problem is that people are scared to reach out and ask questions.
Conversation around heavy topics needs to be had but it’s hard to do on the internet, needs to be done face to face.
We have a responsibility as a community to hold each other accountable, and push our benchmark for world class design higher.