A set of fisher functions, and configuration settings that makes my software development process smoother.
Of course, you need the Fish Shell installed on your machine.
fisher add github.com/darrensapalo/fisher-work
This adds the set of functions that I use regularly on the fish shell.
This allows you to push the current branch to its corresponding branch (same name) on the remote repository.
This fixes your gitignore when some files which should not be tracked are tracked.