Skip to content

Latest commit

 

History

History
123 lines (98 loc) · 3.26 KB

README.es.md

File metadata and controls

123 lines (98 loc) · 3.26 KB

breeze

Build Status Slack Room

Herramientas de acceso directo para el comando git en shell de pescado.

Está inspirado en [SCM Breeze] (https://github.com/scmbreeze/scm_breeze "SCM Breeze").

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

brisa de logotipos

Lista de acceso directo

Puerto de SCM Breez

Comando de acceso directo 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

Atajo original para git

Comando de acceso directo Original Comentario
gurl git config --get remote.origin.url
gopen abre tu github (solo macOS)
gashu git stash --include-untracked
gbu git branch --set-upstream-to = origen / maestro Argumento es su nombre de sucursal. ex. maestro de gbu
gtop git rev-parse --show-toplevel Muestra la ruta superior de git.
cdgtop cd (git rev-parse --show-toplevel) Chenge directorio de git top path.

Instalar

Fisher

` fisher add shinriyo/breeze `

Desinstalar

` fisher rm shinriyo/breeze `

Uso

Solo use el comando de acceso directo de la lista de accesos directos.

comando de acceso directo git status`` gs

Gs con accesos directos

solo ga [number] (gs y gl también)

(ex) 1, 1-3, 2 3

Ga con accesos directos

¡Disfrutar!