Skip to content

Instantly share code, notes, and snippets.

View saladinkzn's full-sized avatar

Timur Shakurov saladinkzn

  • Yandex
  • Moscow, Russia
View GitHub Profile
@saladinkzn
saladinkzn / stats.sh
Created March 12, 2017 19:50
docker stats with container name
docker stats --format "table {{.Name}}\t{{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}"
@saladinkzn
saladinkzn / gw.sh
Created September 22, 2016 08:44
Git script for removing whitespaces
git diff -w --no-color | git apply --cached --ignore-whitespace && git checkout -- . && git reset