Skip to content

rimubytes/git-helper-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

git-helper-script

Overview

Git Helper Script is a bash script that simplifies common Git tasks such as cloning repositories, creating branches, committing changes, and pushing to remote repositories. It provides a straightforward command-line interface for developers to manage their Git workflow efficiently.

Features

  • Clone repositories.
  • Create new branches.
  • Commit changes with a message.
  • Push branches to remote repositories.
  • Simple command-line interface with subcommands.

Requirements

  • Git
  • Bash (typically pre-installed on Unix-like operating systems).

Usage

  1. Clone or download the repository.
  2. Make the script executable:
chmod +x git_helper.sh
  1. Run the script with a subcommand and necessary options:
./git_helper.sh {clone|create-branch|commit|push} [options]

About

A bash script to simplify common Git tasks such as cloning repositories, creating branches, committing changes, and pushing to remote repositories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages