Skip to content

Instantly share code, notes, and snippets.

View ianpatricck's full-sized avatar
⏲️
Working against time

Ian Patrick ianpatricck

⏲️
Working against time
View GitHub Profile
/**
* PHP is a very powerful language and I really recommend you get to know it.
*
* By @erikfritas from LUMAY
*/
// Variables in PHP:
$string = 'value';
$char = 'a'; # actually is a string
$int = 12345678910111213141516171819202122;
@deverebor
deverebor / README.md
Last active February 11, 2025 02:55
PowerShell + Windows Terminal - Personal settings

My settings:

Plugins

  • posh-git (sintax highlight for git)
  • Terminal-Icons (show icons using dir or ls)
  • spaceship (theming)
  • PSReadlines (auto sugestions & auto complete)
  • PSFzf (recursive search)
  • z search (global search using z prefix to access some folder)

Padronização dos commits

➡️ Os commits seguirão um padrão adaptado para nós.

Todos os commits devem seguir de um prefixo.

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 3, 2026 20:53
Conventional Commits Cheatsheet
@parmentf
parmentf / GitCommitEmoji.md
Last active May 2, 2026 17:31
Git Commit message Emoji