Saving git credentials

While not fully secure, you can store git credential in ~/.netrc (ou ~/_netrc on windows)

machine my_git_server (exemple bitbucket.org)
    login my_login
    password my_password

Popular posts from this blog

Solving: insufficient permissions for device: user in plugdev group; are your udev rules wrong

Fixing "DerInputStream.getLength(): lengthTag=109, too big" in Android Studio

Simple Samba setup on Lubuntu