reference icon indicating copy to clipboard operation
reference copied to clipboard

⭕ Share quick reference cheat sheet for developers.

Results 294 reference issues
Sort by recently updated
recently updated
newest added

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...

request

Please create a cheatsheet on implementing RabbitMQ with different exchange methods

request

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.

request

How about vpn code marking