Skip to content

kowen-rh/git-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git scripts

Introduction

This repository contains various scripts for working with git.

Installation

To install a script, clone this repository and create a copy of the desired script in your $PATH:

$ git clone git@github.com:robin-owen/git-scripts
$ mkdir -p ~/bin
$ cp <path_to_script> ~/bin
Note

In most modern Linux distributions, the ~/bin directory is automatically added to your $PATH.

Using the scripts

These scripts can be run as git commands once they are in your $PATH. For example, to run the git-ls-branches script as a git command:

$ git ls-branches

About

Contains various scripts for working with Git.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages