Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 700 Bytes

Fisher Work

A set of fisher functions, and configuration settings that makes my software development process smoother.

Requirements

Of course, you need the Fish Shell installed on your machine.

Installation

fisher add github.com/darrensapalo/fisher-work

This adds the set of functions that I use regularly on the fish shell.

Command Line tools

work-submit

This allows you to push the current branch to its corresponding branch (same name) on the remote repository.

git-ignore-fix

This fixes your gitignore when some files which should not be tracked are tracked.