Sha256: f6330c4bc4e29d873cd7252c04aec73001b3c9da08de169842670e9f88027a3f

Contents?: true

Size: 610 Bytes

Versions: 11

Compression:

Stored size: 610 Bytes

Contents

#!zsh
#
# git-process plugin
# -------------------
#
# Shortcuts and other useful sugar that goes well with git-process.


# Create a new feature branch based on the integration branch.
alias gf='git new-fb'

# Gets the latest changes that have happened on the integration branch, then pushes your changes to a "private" branch on the server.
alias gy='git sync --rebase'
alias gym='git sync' # because merging should be harder to do than rebasing

# Creates a Pull Request for the current branch.
alias gq='git pull-request'

# Rebase against the integration branch, then push to it.
alias gu='git to-master'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zsh_dots-0.6.5 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.6.3 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.6.2 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.6.0 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.9 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.8 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.7 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.6 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.5 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.4 lib/plugins/git-process/git-process.plugin.zsh
zsh_dots-0.5.3 lib/plugins/git-process/git-process.plugin.zsh