Git Product home page Git Product logo

git_aliases's People

Contributors

ajedi32 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

git_aliases's Issues

git srebase

A "smart rebase" which works as follows:

git srebase <old base> <new base> [ <branch 1>, [<branch 2>...] | --all | -a ]

This command rebases all given branches so that they have new base in place of old base.

Tests

Initially this projects started out as nothing more than a collection of aliases. Now that it's starting to get more complex though I'm going to need some tests.

`git reword` adds staged changes to the commit you are rewording

Intuitively, I wouldn't expect git reword to change anything about the most recent commit other than its commit message. Due to the fact that git reword uses git commit --amend behind the scenes though that's currently not the case. This should be fixed.

`git split -p <file>` doesn't work

The interactive split doesn't work because GitAliases::Git.run doesn't forward anything to the console, so the user never has a chance to provide git with any input. (Everything just hangs.)

Does not detect failed install

If the install fails due to incorrect permissions or some other factor, git_aliases currently doesn't inform the user or throw an error.

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.