Code Monkey home page Code Monkey logo

git-utils's Introduction

Many of these have been grabbed from various sources around the interwebs. I unfortunately was terrible about
keeping track of where they came from. If I have one of your scripts in this collection and you would like
credit (or removal) just contact me at [email protected]

git-addremove         # add/remove all changes from the index, similar to hg addremove
git-incoming          # shows incoming commits from the tracked (or specified) branch
git-index             # show the current staging area
git-last              # git last 3 (show the last 3 commits)
git-outgoing          # show outgoing commits to the tracked (or specified) branch
git-patch             # format a patch and put it into ~/Documents/Patches/<Project>/<branch>.patch
git-pull-request      # manipulate github pull requests
git-rank-contributors # rank all project contributors
git-rm-conflicts      # clean up all merge conflicts
git-switch            # like checkout, but with auto-stash
git-wip               # store a current "work in progress" commit
git-unwip             # break a work in progress commit bringing the changes back to unstaged
git-wtf               # show the current status of your git repository, including feature branches

Many of these scripts come from http://github.com/jwiegley/git-scripts

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.