Skip to content

Instantly share code, notes, and snippets.

View Muzzamil1's full-sized avatar

Muzzamil Muzzamil1

View GitHub Profile
@AdamMarsden
AdamMarsden / zshgit.md
Last active April 19, 2025 04:19
Oh My Zsh - Git Cheat Sheet

#Oh My Zsh - Git Cheat Sheet

ggit

gstgit status

glgit pull

gupgit pull --rebase

@codediodeio
codediodeio / database.rules.json
Last active January 10, 2025 22:28
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}