Skip to content

Instantly share code, notes, and snippets.

@AlexandraKapp
Last active October 14, 2019 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexandraKapp/d303b7c859e4add2da2c36616b67122b to your computer and use it in GitHub Desktop.
Save AlexandraKapp/d303b7c859e4add2da2c36616b67122b to your computer and use it in GitHub Desktop.

add paths to .bashsrc

echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/custom/path/' >> ~/.bashrc

show hidden files

ls -la ~/ | more

new git password: reset saved password

  • on MAC
git config --global credential.helper osxkeychain
  • on Windows
git config --global credential.helper wincred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment