Skip to content

Releases: akgarhwal/ez-cmd

alpha-0.0.1

22 Jan 05:39
df76727
Compare
Choose a tag to compare
alpha-0.0.1 Pre-release
Pre-release

ez_cmd Plugin (alpha-0.0.1)

The ez_cmd plugin is a simple command line tool that provides two commands for Git users: ec_rebase_with_branch and ec_push_changes.

ec_rebase_with_branch

This command allows you to rebase your current branch with another specified branch.

# Usage: 
ec_rebase_with_branch <branch>

# Example: 
ec_rebase_with_branch develop

ec_push_changes

This command allows you to push your branch to the remote repository.

# Usage:
ec_push_changes

Note

Please note that ec_rebase_with_branch command will not work if you have uncommitted changes.