Skip to content

Releases: dom557/git-helper-cli

version 1.0.0

18 May 23:33
c54dadc

Choose a tag to compare

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 init command.
  • Status Command: Check the status of your repository with the status command.
  • Commit Command: Commit changes to your repository with the commit command.
  • Push Command: Push changes to remote repositories with the push command.
  • Branch Command: Create branches with the branch command.
  • Merge Command: Merge branches with the merge command.
  • .gitignore Command: Initialize a .gitignore file with the init-gitignore command.
  • 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-cli

For 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!