Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 525 Bytes

python_utils

Python utils I like to have.

Add to your repo

As submodule

  • git submodule add https://github.com/lakazatong/python_utils

As source

  • git clone https://github.com/lakazatong/python_utils

Update your submodules

  • git submodule update --remote --merge

Remove the submodule

  • path=python_utils && git submodule deinit -f path && rm -rf .git/modules/path && git rm -f path

Taken from here.