Attrash-Islam / far-script

🐭 far-script (Fetch And Rebase origin/master)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-script

Usage Example

$yourname(working_branch): far-script
# Switched to branch 'master'
# pulling from latest master
# switched to 'working_branch'
# rebasing master

Supported far-script

You can open a PR for any improvement you have in mind.

About

🐭 far-script (Fetch And Rebase origin/master)

License:MIT License


Languages

Language:JavaScript 100.0%