Giter Site home page Giter Site logo

git-repo-tools's Introduction

Git Repo Tools

Tools for managing Git repositories.

Installation

Homebrew

brew install paltherr/paltherr/git-repo-tools

Manual

cd /usr/local/opt
git clone https://github.com/paltherr/git-repo-tools.git
cd /usr/local/bin
ln -s ../opt/git-repo-tools/src/bin/gr-* .

Commands

Commits

  • gr-head-commit-amend

    Amends the head commit if it can still be amended on GitHub.

Latest tag

  • gr-latest-tag

    Prints the latest tag.

  • gr-latest-tag-update <version>

    Updates, locally and remotely, the latest tag to refer the specified version.

Release data

  • gr-release-title <version>

    Prints the release title for the specified version.

  • gr-release-notes <version>

    Prints the release notes for the specified version. The notes are extracted from CHANGELOG.md. Notes for a version are expected to start with the following line:

    ## [<version>](https://github.com/<owner>/<repo>/releases/tag/v<version>) - <YYYY-MM-DD>

  • gr-release-tag <version>

    Prints the release tag for the specified version.

Release tags

  • gr-release-tag-create <version>

    Creates, locally and remotely, the release tag for the specified version. The tag is annotated with the release notes.

  • gr-release-tag-update <version>

    Updates, locally and remotely, the tag for the specified version. The tag is annotated with the release notes.

  • gr-release-tag-delete <version>

    Deletes, locally and remotely, the tag for the specified version.

Releases

  • gr-release-create <version>

    Creates the release for the specified version.

  • gr-release-update <version>

    Updates the release for the specified version.

  • gr-release-delete <version>

    Deletes the release for the specified version.

Homebrew

  • gr-homebrew-formula-update <version>

    Updates the homebrew formula source to use the release for the specified version. The file .homebrew-formula is expected to contain the full name of the formula.

git-repo-tools's People

Contributors

paltherr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.