Badr-1 / git-verbose

a git extnesion for creating the four main objects in git object database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-verbose

git-verbose is a git extension that provides a more verbose output for some git commands.

Installation

Just copy the git-verbose file to a directory in your $PATH.

Usage

git-verbose is a git extension, so it is used as a git command.
It is used as a prefix to the git command you want to run. For example, to run git init with verbose output, you would run git verbose init.

Commands

init

$ git verbose init

add

$ git verbose add <file>

commit

$ git verbose commit <message>

tag

$ git verbose tag <tag_name> <tag_message>

About

a git extnesion for creating the four main objects in git object database


Languages

Language:Shell 100.0%