salarkhan / git-pear

swap credentials after each commit
3 stars 0 forks source link

Add install script to symlink pear to usr/local/bin #34

Closed salarkhan closed 10 years ago

salarkhan commented 10 years ago

So, interesting problem here.

If I symlink the git-pear folder to bin, I can't use it anywhere. Except for inside bin. And only as git-pear/pear. So, that's weird.

If I symlink pear, I get the following symlink

Couple questions:

salarkhan commented 10 years ago

Possible answer? http://superuser.com/questions/749750/how-to-maintain-parent-path-of-symlinked-folder

salarkhan commented 10 years ago

Ok readlink is legit.

salarkhan commented 10 years ago

Oh, and fixes 1/2 of Myles' suggestions in #28

salarkhan commented 10 years ago

Also fixes #15