Skip to content

Instantly share code, notes, and snippets.

View CodoConda's full-sized avatar
🐍
Being CodoConda

CodoConda

🐍
Being CodoConda
View GitHub Profile
  • repo -> repository
  • clone -> bring a repo down from the internet (remote repository like Github) to your local machine
  • add -> track your files and changes with Git
  • commit -> save your changes into Git
  • push -> push your changes to your remote repo on Github (or another website)
  • pull -> pull changes down from the remote repo to your local machine
@CodoConda
CodoConda / mongodb_cheat_sheet.md
Created October 23, 2020 10:48 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database