Skip to content

It reduces the need for repetitive git commands for adding, committing, and pushing changes on remote repository

Notifications You must be signed in to change notification settings

akaashvaa/git-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ghp CLI Tool

Make sure you are installing it Globally

This script simplifies git workflow tasks, allowing you to streamline repository creation and commit handling on remote repositories. It reduces the need for repetitive git commands for adding, committing, and pushing changes.

demo

Installation

You can install this CLI tool globally using npm:

npm install -g githelper125

Helper command

ghp help
  • use the upper command to know more

1. Initiate and Push to the new reposity.

ghp YOUR_GITHUB_URL

2. Push to the existing reposity.

ghp -m YOUR_COMMIT_MSG

Now u don't need to use these repetitive commands ❌❌❌

  git add .
  git commit -m 'Initial commit'
  git remote add origin repository_url
  git push -u origin master
    git add .
    git commit -m "commit message"
    git push origin main

About

It reduces the need for repetitive git commands for adding, committing, and pushing changes on remote repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published