Pinned Loading
-
Pro Git commands for Git users
Pro Git commands for Git users 1# Git Your Act Together23## Git Setup4###### Global settings stored in a system ```.gitconfig``` file; view file using ```$ cat ~/.gitconfig```5###### Single repo settings stored in ```/.git/config``` in your project folder -
Terminal (CLI) secrets
Terminal (CLI) secrets 1## Command Line basics2```3$ ls -a # lists all contents of a directory, including hidden files and directories4```5``` -
Chrome DevTools tips and tricks
Chrome DevTools tips and tricks 1## Chrome DevTools tips and tricks2###### Speed up your workflow with these Mac shortcuts3```4Cmd-Alt+I # Open DevTools5``` -
mac-os-cheatsheet.md
mac-os-cheatsheet.md 1### MacOS cheatsheet23```4# show hidden files5Cmd+Shift+. -
docker-cli.md
docker-cli.md 1## Docker cheat sheet23```shell
4# bash into container5docker exec -it [container-id] bash
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.