Joined July 2012
·

Mike Street

Liquid Light
·
Brighton
·
·
·

Great tip! Although --ignore-blank-lines throws an error and I can't find it in the git spec?

error: invalid option: --ignore-blank-lines

Edit: It appears my git version is not up to date! (also just seen @danielcsgomes reply!)

Posted to Linux - return to the last folder over 1 year ago

Ahh, just worked out you used pushd instead of cd e.g.

pushd /home/user
pushd /home
popd #takes you back to /home/user
Posted to Linux - return to the last folder over 1 year ago

@xtagon - I get a bash: pushd: no other directory and bash: popd: directory stack empty when using those two

Achievements
220 Karma
4,210 Total ProTip Views