Code Monkey home page Code Monkey logo

git-utils's Introduction

Many of these have been grabbed from various sources around the interwebs. Credit is given where known, but
unfortunately I wasn't always great at keeping track.

If I have one of your scripts in this collection and you would like credit (or removal) please open an issue.

| script                 | description                                             |
| ---------------------- | ------------------------------------------------------- |
| `git-cleanup-features` | clean up feature branches that have already been merged |
| `git-incoming`         | show commits that are missing on the local branch       |
| `git-index`            | show the staged diff                                    |
| `git-last`             | show the last N commits                                 |
| `git-outgoing`         | show commits that are missing on the remote branch      |
| `git-rebase-features`  | rebase feature branches against `main`                  |
| `git-unwip`            | rewind the last commit back into the index              |
| `git-wip`              | make a wip commit of all outstanding changes            |
| `git-wtf`              | show status of all branches                             |

git-utils's People

Contributors

brantb avatar d13r avatar ddollar avatar e-nomem avatar ereslibre avatar korishev avatar pvdb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

git-utils's Issues

Lots of forks

I like the scripts, and I see this repo is popular, and there looks like there are a few extra scripts added to other forks.

Would you consider merging some of those forks with yours?

I'd like to do it myself, but I'm still new at git so you don't really want me doing that.

Add "git utils" command

Add git utils command to get a listing of the commands included in the package a long with a quick explaination on what they do. It would be handy for a quick reference without having to look this project up on Github when you forget the name of a command.

Commands do not have any man pages either so (for example) git wip --help does not work, making them even harder to find.

git rm-conflicts unnecessary?

Hi,

just wanted to point out that AFAIK git-checkout already provides an command line option that does equivalent to what git-rm-conflict does: simply use "git checkout --ours -- path(s)" or --theirs, respectively.

Cheers

Tag a release?

Hello,

It’d be great if you could tag a stable release so we can use the GitHub-generated tarball instead of relying on the git HEAD commit.

Thanks!

git-switch

Out of interest, why did you get drop git-switch? I thought that was quite useful.

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.