Страница 3 из 3

Добавлено: Сб, 11 августа 2018, 19:01:21
dyvniy

Добавлено: Ср, 19 сентября 2018, 15:53:22
dyvniy
Store passwords in Windows
https://stackoverflow.com/questions/18683935/store-https-passwords-with-cygwins-git

Код: Выделить всё

Remember passwords for 15 minutes (default):
git config --global credential.helper cache

Remember passwords for 10 hours
:
git config --global credential.helper 'cache --timeout=36000'

Store passwords (did not try this):
git config --global credential.helper store

Reset
:
git config --unset --global credential.helper

Добавлено: Вт, 13 августа 2019, 11:52:24
dyvniy
Подсчитать сколько файлов закоммитил
https://stackoverflow.com/questions/677436/how-do-i-get-the-git-commit-count

Код: Выделить всё

git rev-list --count a378f7839c