Code Monkey home page Code Monkey logo

gitbash's Introduction

gitbash

Alias for git command, you can omit git command just use sub-command like 'push'

You can install it :


curl -sSL https://raw.githubusercontent.com/xudeheng/gitbash/master/install.sh | bash

Alias list:

alias add='git add'

alias bisect='git bisect'

alias branch='git branch'

alias checkout='git checkout'

alias co='git checkout'

alias clone='git clone'

alias commit='git commit'

alias ci='git commit'

alias diff='git diff'

alias fetch='git fetch'

alias gitgrep='git grep'

alias init='git init'

alias log='git log'

alias merge='git merge'

alias gitmv='git mv'

alias pull='git pull'

alias push='git push'

alias rebase='git rebase'

alias reset='git reset'

alias remote='git remote'

alias gitrm='git rm'

alias show='git show'

alias status='git status'

alias tag='git tag'

git utilities

alias cleangit='git reset --hard && git clean -df'

alias adda='git add --all'

gitbash's People

Contributors

dehengxu avatar

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.