Skip to content

Displays references available in a local repository along with the associated commit IDs group by IDs.

License

Notifications You must be signed in to change notification settings

gashev/git-show-ref-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    git-show-ref-group - Displays references available in a local repository
    along with the associated commit IDs group by IDs.

SYNOPSIS
        # displays a references available in a local repository
        % git-show-ref-group

        # limit to only "refs/heads", respectively.
        % git-show-ref-group --heads

        # limit to only "refs/tags", respectively.
        % git-show-ref-group --tags

DESCRIPTION
    Displays references available in a local repository along with the
    associated commit IDs. Results can be filtered using a pattern and tags
    can be dereference into object IDs. Additionally, it can be used to test
    whether a particular ref exists.

OPTIONS
    The same as git-show-ref.

AUTHOR
        Oleg Gashev
        gashev@gmail.com

COPYRIGHT
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    The full text of the license can be found in the LICENSE file included
    with this module.

SEE ALSO
    git-show-ref(1)

About

Displays references available in a local repository along with the associated commit IDs group by IDs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages