reference
reference copied to clipboard
⭕ Share quick reference cheat sheet for developers.
Git commands: 1. Master branch => git pull 'Url'// Any other branch => git pull origin branch_name 2. Create branch => git checkout -b branch-name 3. Delete branch => git...
Please create a cheatsheet on implementing RabbitMQ with different exchange methods
Really surprised this was omitted from the Python cheatsheet. Add Dictionaries?
Like in title "Stopping all containers" has mistake. Instead of `docker stop -f $(docker ps -a -q)` should be `docker stop $(docker ps -a -q)` without `-f`
add nim programming language cheetsheet
Hi, I think this cheat sheet should also be added to this wonderful repository
Opening an issue to add a Tailwind CSS cheatsheet will greatly enhance quick reference and streamline development for all users.
How about vpn code marking