Nimit Kalra

Results 34 comments of Nimit Kalra

I like `bd`. Great suggestions—go for it! 😄

I love this idea and have been meaning to implement something similar so one can create a repo on GitHub and push it without typing the whole command on the...

This is an interesting idea. Will add this to the TODO as "Shortcut to quickly setup new repository" and will leave this issue open for discussion. Thanks! :+1:

What purpose do you intent this to solve? From my experience, `git remote` is mainly used to set configuration and manage remotes.

Could you give me any use-cases that aren't more efficient simple due to not having to type `git remote` but rather `gg r`?

This is a great idea! Sadly, AFAIK, there is no way to do this without introducing an external script that changes the directory which you would then `source` in the...

This is essentially creating the directory beforehand and them cloning into that directory, which is a valid solution except the issue we are running into is related to how Shell...

This is a nice idea. Will add this to the TODO and keep this issue open for idea discussion. :+1:

Perhaps an optional config file would do the trick? I feel like anything too complicated would take away from the drag-and-drop simplicity of Git Goodies.

Hmm, this is strange as the error catching implementation for `fetch()` is identical to that of every other function. Perhaps `git fetch` does not return an error code if the...