GitMorph CLI

Revolutionize your Git workflow with advanced operations and enhanced productivity

Git Command Comparison

Git

git init

GitMorph

gm init

Initialize a new Git repository

Git

git clone <url>

GitMorph

gm clone <url>

Clone a repository

Git

git add <files>

GitMorph

gm stage <files>

Stage files for commit

Git

git commit -m "<message>"

GitMorph

gm save "<message>"

Commit changes

Git

git push

GitMorph

gm upload

Push to remote

Git

git pull

GitMorph

gm download

Pull from remote

Git

git status

GitMorph

gm status

Check status

Git

git log

GitMorph

gm history

Check log

Git

git branch <name>

GitMorph

gm branch <name>

Create a new branch

Git

git checkout <branch>

GitMorph

gm switch <branch>

Switch to a different branch

Git

git merge <branch>

GitMorph

gm merge <branch>

Merge branches

Git

git branch -d <branch>

GitMorph

gm delete <branch>

Delete a branch

Git

git stash

GitMorph

gm stash

Stash changes

Git

git stash apply

GitMorph

gm apply-stash

Apply stashed changes

Git

git rebase <branch>

GitMorph

gm rebase <branch>

Rebase current branch

Beyond Git

Create .gitignore

Easily generate .gitignore files with common patterns

Project Scaffolding

Quickly set up new project structures

Repository Analysis

Get insights into your repository statistics

Benchmarking

Run and compare performance of your commands

Dependency Management

Analyze and manage project dependencies

Advanced Diff

Visualize changes with enhanced diff capabilities

Smart Merging

Intelligent merge conflict resolution

PR Management

Streamlined pull request workflows

Code Search

Search for strings across your entire codebase

Blame

See who last modified each line of a file

Hooks Management

Easily manage Git hooks

Linting

Lint your code and automatically fix issues

Docker Integration

Generate Dockerfiles for your projects

Testing

Run tests with ease

TODO Management

List and add TODO comments in your code

Configuration

Manage GitMorph configuration

Installation

npm install -g gitmorph-cli

Get started with GitMorph CLI in seconds!