Wednesday, November 25, 2015

git: clear credentials cache

Clear git credentials cache:

cd .git-credential-cache/
rm -rf .git-credential-cache

Monday, November 16, 2015

Ruby: Metaprogramming

Metaprogramming is the act of writing code that operates on code rather than on data. This involves inspecting and modifying a program as it runs using constructs exposed by the language.

Followers

Blog Archive