GitMorph CLI
Revolutionize your Git workflow with advanced operations and enhanced productivity
Git Command Comparison
Git
git initGitMorph
gm initInitialize 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 uploadPush to remote
Git
git pullGitMorph
gm downloadPull from remote
Git
git statusGitMorph
gm statusCheck status
Git
git logGitMorph
gm historyCheck 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 stashGitMorph
gm stashStash changes
Git
git stash applyGitMorph
gm apply-stashApply 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-cliGet started with GitMorph CLI in seconds!