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 June 20, 2023 15:48
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:
@parmentf
parmentf / GitCommitEmoji.md
Last active June 28, 2024 10:47
Git Commit message Emoji