Skip to content

Instantly share code, notes, and snippets.

View moe-elsadig's full-sized avatar
🎯
Focusing

Moe Abdalla moe-elsadig

🎯
Focusing
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@moe-elsadig
moe-elsadig / .gitconfig
Created July 22, 2019 21:19 — forked from codexico/.gitconfig
git alias
# https://gist.github.com/codexico/2a34c0d599f3af93b46f
[color]
# Use colors in Git commands that are capable of colored output when
# outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.)
ui = auto
[color "branch"]