Skip to content

Commit 1b5bc31

Browse files
committed
Add python version of git-up
1 parent 577af33 commit 1b5bc31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you're using [zgen](https://github.com/tarjoilija/zgen):
6464
1. Add `zgen load unixorn/git-extra-commands` to your `.zshrc` along with your other `zgen load` commands.
6565
2. `rm ${ZGEN_INIT}/init.zsh && zgen save`
6666

67-
### Manual Installation
67+
### Bash / Manual Installation
6868

6969
Nothing here actually requires you to use ZSH or zgen, that's just a convenient distribution method for anyone using a ZSH framework.
7070

@@ -107,6 +107,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
107107
* [git-sweep](https://github.com/arc90/git-sweep) - A utility script to remove branches that have been merged to master.
108108
* [git-todo](https://github.com/ibolmo/git-todo/blob/master/git-todo) - helper script to show all the todo entries in your repo
109109
* [git-up](https://github.com/aanand/git-up) - Fetch and rebase all locally-tracked remote branches
110+
* [git-up (python)](https://pypi.python.org/pypi/git-up) - Python implementation of Aanand's original ruby gem
110111
* [git-wayback-machine](https://github.com/MadRabbit/git-wayback-machine) - A simple script to quickly navigate a project's state through it's GIT history
111112
* [git_history_visualizer](https://github.com/kidpixo/git_history_visualizer) - python script to visualize the history of files in a git repository
112113
* [gitsh](https://github.com/thoughtbot/gitsh) - An interactive shell for git. From within gitsh you can issue any git command, even using your local aliases and configuration.

0 commit comments

Comments
 (0)