- Washington DC
- https://www.tylertadej.com/
Pinned Loading
-
Pro Git commands for Git users
Pro Git commands for Git users 1# Git Your Act Together
23## Git Setup
4###### 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 basics
2```
3$ ls -a # lists all contents of a directory, including hidden files and directories
4```
5```
-
Chrome DevTools tips and tricks
Chrome DevTools tips and tricks 1## Chrome DevTools tips and tricks
2###### Speed up your workflow with these Mac shortcuts
3```
4Cmd-Alt+I # Open DevTools
5```
-
mac-os-cheatsheet.md
mac-os-cheatsheet.md 1### MacOS cheatsheet
23```
4# show hidden files
5Cmd+Shift+.
-
docker-cli.md
docker-cli.md 1## Docker cheat sheet
23```shell
4# bash into container
5docker 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.