Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| development:bash_shortcuts [2022/03/19 14:12] – aziz | development:bash_shortcuts [2022/06/15 14:39] (current) – aziz | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| + | |||
| + | ====== Bash aliases ====== | ||
| + | |||
| + | ^ Shortcut | ||
| + | | ll | long listing | ||
| + | | la | long listing, inclunding hidden files | | ||
| + | | dcu | start containers. must be in a dir with a docker-compose.yml file | | ||
| + | | dcd | stop containers. must be in a dir with a docker-compose.yml file | | ||
| + | | ta | tmux attach | ||
| + | | gis | git status | ||
| + | | git | git log | | ||
| + | | git | git log | | ||
| + | |||
| See: | See: | ||