This repository contains a collection of quick reference guides and cheat sheets on various topics.
- Git Commands
- Docker
- Creating an SSH Key
- Creating an Secret Key
- Deploying a Next.js Application with Docker and Nginx on Ubuntu (VPS Hosting)
- Fork it!
- Create your feature branch:
git checkout -b new-cheatsheet
- Commit your changes:
git commit -m 'Add some cheatsheet'
- Push to the branch:
git push origin new-cheatsheet
- Submit a pull request :D