♻️ add git overview make rule

This commit is contained in:
dth@taiga.ai 2022-07-06 11:27:12 +02:00
parent 7bc701fb82
commit 9593c246ab

View file

@ -60,3 +60,7 @@ setup_server_ip_sync_python_env:
python3 -m venv ~/.venvs/server_ip_sync
~/.venvs/server_ip_sync/bin/pip install python-dotenv
echo "~/.venvs/server_ip_sync/bin/python server-ip-sync.py" >> ~/deleteme-server-in-sync.txt
git_overview:
cd ~ && find . -name .git -type d -prune