Joined January 2013
·

Andrew Wong

Sydney, Australia
·
·

For those who use Git, Vundle is an easy way to install/update/remove plugins for Vim.

@jasonwryan Lol sorry. Forgot where I originally saw this. Link added.

Posted to Squash some commits over 1 year ago

And in case you want to undo a rebase:

git reflog
git reset --hard <last_commit_before_rebase>
Achievements
348 Karma
68,196 Total ProTip Views