far-script
v1.8.0
Published
far script package
Readme
far-script
The far-script is a nice helper that can help you with your daily Git flow.
Far (Fetch and Rebase) will checkout to master, pull all recent changes, checkout to the current working branch and rebase those changes.
Far is also a "mouse" in arabic ( 🐭 this is where we took our logo insperation from)
Installation
npm i -g far-scriptUsage Example
$yourname(working_branch): far-script
# Switched to branch 'master'
# pulling from latest master
# switched to 'working_branch'
# rebasing masterSupported far-script
You can open a PR for any improvement you have in mind.
