Releases: dom557/git-helper-cli
Releases · dom557/git-helper-cli
version 1.0.0
Release v1.0.0 - Initial Release
We are excited to announce the first release of Git Helper CLI - a user-friendly tool designed to streamline common Git workflows and simplify version control for developers.
Key Features:
- Initialization: Initialize new Git repositories with ease.
- Status Check: Quickly check the status of your repository.
- Commit Changes: Commit changes to your repository with descriptive messages.
- Push to Remote: Push changes to remote repositories effortlessly.
- Branch Management: Create and manage branches seamlessly.
- Merge Branches: Merge branches into the current branch effortlessly.
- .gitignore File: Initialize a .gitignore file with common defaults.
What's New:
- Initialization Command: Initialize a new Git repository with the
initcommand. - Status Command: Check the status of your repository with the
statuscommand. - Commit Command: Commit changes to your repository with the
commitcommand. - Push Command: Push changes to remote repositories with the
pushcommand. - Branch Command: Create branches with the
branchcommand. - Merge Command: Merge branches with the
mergecommand. - .gitignore Command: Initialize a .gitignore file with the
init-gitignorecommand. - Additional Commands: Added commands for listing remotes, adding all untracked files, showing last commit details, and checking out existing branches.
Get Started:
To get started with Git Helper CLI, simply install it globally via npm:
npm install -g @dom557 /git-helper-cliFor detailed usage instructions and command references, please refer to the documentation.
We hope Git Helper CLI helps simplify your Git workflow and enhances your development experience. Please feel free to provide feedback, report issues, or contribute to the project!
Thank you for your support and happy coding!