User Tools

Site Tools


gitlab-gdk

This is an old revision of the document!


Gitlab GDK

Kill all running processes

This is useful if you closed your IDE without stopping gdk using CTRL-C.

ps aux | grep gitlab | awk '{print $2}' | xargs kill

GDK Docs

https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md

gitlab-gdk.1546542615.txt.gz ยท Last modified: 2019/01/03 20:10 by admin