Skip to content

Latest commit

 

History

History
123 lines (98 loc) · 3.23 KB

README.du.md

File metadata and controls

123 lines (98 loc) · 3.23 KB

breeze

![Build Status][travis-badge] Slack Room

Shortcut-Tools für den Git-Befehl in der Fischschale.

Es ist inspiriert von [SCM Breeze] (https://github.com/scmbreeze/scm_breeze "SCM Breeze").

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

Brise-Logos

Shortcut-Liste

Port von SCM Breez

| Verknüpfungsbefehl | 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 | | gpsf | git push --force-with-lease | | gpl | git pull | | gr | git remote -v | | grs | git reset -- | | grsh | git reset --hard | | gt | git tag | | grm | git rm | | grb | git rebase | | grbi | git rebase --interactive | | 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 | | gplr | git pull --rebase | | grsl | git reset HEAD~ | | gmff | git merge --ff | | 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 für Git

| Verknüpfungsbefehl | Original | Kommentar | |: ----------- | ------------ | ------------: | | Gurl | git config --get.origin.url | | | gopen | öffne deinen GitHub (nur macOS) | | | gashu | git stash --include-untracked | | | gbu | git branch --set-upstream-to = Ursprung / master | Argument ist der Name Ihrer Niederlassung. Ex. gbu Meister | | gtop | git rev-parse --show-toplevel | Zeige git oberen Pfad. | | cdgtop | cd (git rev-parse --show-toplevel) | Verzeichnis von git top Pfad. |

Installieren

Mit Fisher

` fisher install shinriyo/breeze `

Deinstallieren

` fisher rm shinriyo/breeze `

Verwendung

Verwenden Sie einfach den Shortcut-Befehl der Shortcut-Liste.

git statuss Verknüpfungsbefehl gs

Gs mit Abkürzungen

nur ga [Nummer] (gs und gl auch)

(ex) "1", "1-3", "2 3"

Ga mit Abkürzungen

Genießen!