Git Product home page Git Product logo

git-cmd-helpers's Introduction

What is this?

a bundle of aliases/functions wrapping some commonly used/useful git command using some humanize,directviewing name

How to use?

  1. git clone [email protected]:rainchen/git-cmd-helpers.git
  2. edit ~/.bash_profile, append: for f in ~/git-cmd-helpers/*.sh; do source $f; done
  3. reload the bash_profile: source ~/.bash_profile or open new terminal window

Summary for each file

  • git-aliases.sh: some alias wrapping some commonly used/useful git command using humanize,directviewing name
  • git-functions.sh: commands wrapping using function, support arguments
  • github-functions.sh: some shortcuts for accessing github.com
  • gitlab-functions.sh: some shortcuts for accessing a gitlab website

Other popular git helpers

  • git-autocomplete: this is a MUST INSTALL helper, bash-completion contains git-autocomplete, install: brew install bash-completion

  • hub: hub is a command-line wrapper for git that makes you better at GitHub.

  • github-gem: github command line helper for simplifying your GitHub experience.

git-cmd-helpers's People

Contributors

rainchen avatar

Watchers

 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.