A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nekofar/zsh-git-flow-avh below:

nekofar/zsh-git-flow-avh: This plugin adds short aliases for the git-flow commands

This plugin adds short aliases for the git-flow (AVH Edition) commands.

Without typing full git-flow commands in console, like:

git flow feature start some-feature

there is more convenient alias:

  1. It is available on Homebrew. Run:
brew install nekofar/tap/zsh-git-flow-avh
  1. Follow the post-install instructions logged to the terminal.

You can install it with a zsh plugin manager. Each has their own way of doing things. See your package manager's documentation.

  1. Add the following to your .zshrc:

    zplug "nekofar/zsh-git-flow-avh"
  2. Start a new terminal session.

  1. Add the following to your .zshrc:

    antigen bundle nekofar/zsh-git-flow-avh
  2. Start a new terminal session.

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/nekofar/zsh-git-flow-avh \
      ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-git-flow-avh
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=( [plugins...] zsh-git-flow-avh)
  3. Start a new terminal session.

  1. The git-flow tool has to be installed separately.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4