Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 504 Bytes

protolab

Desktop Tools proudly used in our proud team.

Including:

python class to use: -webcam

Reminder:

#to use your personnal id, in your repo enter:
git config user.email youremail@domain.com

at home, to memorise my user/pass I had to do that:

#Set git to use the credential memory cache
git config --global credential.helper cache

#To change the default password cache timeout, enter the following:
git config --global credential.helper 'cache --timeout=3600'