# README
Snippets
⬇️ Install
To install snippets
use go get
:
go get -u github.com/avnovoselov/snippets/issues
⌨️ Commands
🏗️ Git
Check if current directory is a git repository
Run in checking directory
snippets git
Remove tracking branches no longer on remote
Run in project directory
snippets git remove-orphans
or shortest
snippets git ro
🐳 Docker
List of running containers
Run in any directory
snippets docker
Attach to running container
Run in any directory
snippets docker attach
and choose ↓↑ container.
# Packages
No description provided by the author