Skip to content

Git Helper CLI ๐Ÿ˜Ž simplifies Git workflows. Initialize repositories, commit changes ๐Ÿ“, push to remotes ๐Ÿš€, manage branches ๐ŸŒฟ, and moreโ€”all from the command line. Boost productivity ๐Ÿ’ช and take the hassle out of version control! ๐ŸŽ‰

License

Notifications You must be signed in to change notification settings

dom557/git-helper-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Git Helper CLI

GitHub issues GitHub stars GitHub forks TypeScript

A simple CLI tool to simplify common Git commands like initializing repositories, committing changes, pushing to remote, etc.

Installation

To use Git Helper CLI, you can install it globally via npm:

npm install -g @dom557/git-helper-cli

Usage

Once installed, you can use the git-helper command followed by the desired action:

npm run git-helper <command> [options]

For example, to initialize a new Git repository:

git-helper init

Commands

  • init: Initialize a new git repository
  • status: Check the status of the repository
  • commit <message>: Commit changes
  • push [remote] [branch]: Push changes to the remote repository
  • branch <branchName>: Create a new branch
  • merge <branchName>: Merge another branch into the current branch
  • init-gitignore: Create a .gitignore file with common defaults
  • remotes: List all remote repositories
  • add-all: Add all untracked files to the staging area
  • log-last: Show details of the last commit
  • checkout <branchName>: Checkout an existing branch

Contributing

Contributions are welcome! Please open an issue or submit a pull request with any improvements or additional features.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Git Helper CLI ๐Ÿ˜Ž simplifies Git workflows. Initialize repositories, commit changes ๐Ÿ“, push to remotes ๐Ÿš€, manage branches ๐ŸŒฟ, and moreโ€”all from the command line. Boost productivity ๐Ÿ’ช and take the hassle out of version control! ๐ŸŽ‰

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published