ignacio catalina

GitHub icon
Twitter icon
LinkedIn icon
  • Stop Stashing

    Published on June 14, 2020

    I know the feeling, you are working on one branch, you need to fix something else in another branch and...

    error: Your local changes to the following files would be overwritten by checkout:
    mycoolfile.js
    Please commit your changes or stash them before you switch branches.
    Aborting
    Continue Reading »
    • #git
  • Trash (a better rm)

    Published on April 4, 2019

    Trash is a small OSX utility that moves files and folders to the trash instead of deleting them immediately.

    Continue Reading »
    • #cli
    • #tools