Giter VIP home page Giter VIP logo

breeze's Introduction

breeze

Build Status Slack Room

Shortcut tools for git command.

It is inspired from SCM Breeze.

Translations: 日本語, 繁體中文, 简体中文, 한국어, Русский, Português, Türkçe, Español, Français, Català, Deutsch, فارسی.

breeze logos

Shortcut list

Port from SCM Breez

Shortcut command Original
gb git branch
gce git clean
gcef git clean -fd
gs git status
ga git add
gf git fetch
gfa git fetch --all
gfr git fetch && git rebase
gaa git add --all .
gap git add -p
gau git add -u
gps git push
gpl git pull
gr git remove -v
grs git reset --
grsh git reset --hard
gt git tag
grm git rm
gco git checkout
gl git log
gdnw git diff -w --
gdf git diff --
glg git log --graph --max-count=5
gbl git blame
gcl git clone
gdw git diff --word-diff
gpr git pull --rebase
grsl git reset HEAD~
gm git merge
gmff git merge --no-ff
gmnff git merge --ff
gash git stash
gasha git stash apply
gashl git stash list

Original Shortcut for git

Shortcut command Original Comment
gurl git config --get remote.origin.url
gopen open your github (macOS Only)
gashu git stash --include-untracked
gbu git branch --set-upstream-to=origin/ master Argument is your branch name. ex. gbu master
gtop git rev-parse --show-toplevel Show git top path.
cdgtop cd (git rev-parse --show-toplevel) Chenge directory of git top path.

Install

With fisherman

fisher shinriyo/breeze

Uninstall

fisher uninstall breeze

Usage

Just use short cut command of Shortcut list.

git status's shortcut command gs

Gs With Shortcuts

just ga [number] (gs and gl also)

(ex)1, 1-3, 2 3

Ga With Shortcuts

Enjoy!

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.