git-radar
git-radar copied to clipboard
A heads up display for git
If there is a stash, the stash symbol for the git-radar display overlaps the first character of my command. Here's an example where I've typed `OOO` into the command line,...
_Firstly an apology_: I have recently switched jobs (leaving my job at Kainos to go contracting on my own). That has led to a lot of paperwork and admin that's...
This adds a `--tmux` option allowing for `git-radar` to be used in a tmux status prompt.
This commit allows the user to define a per repository or per branch specific configuration of which branch git-radar compares the current branch to. If no branch is configured explicitly...
typing `ls` when inside a git repo ```./test-radar-base.sh: 3: ./test-radar-base.sh: source: not found test_show_remote_status ./test-radar-base.sh: 6: eval: show_remote_status: not found ASSERT: ./test-radar-base.sh: 9: eval: show_remote_status: not found ASSERT: ./test-radar-base.sh: 12:...
Hi, I'm using bash in my terminals and I face very often a weird issue that happens when I change to another work branch and make a pull. The first...
#112 I needed to make this change in order for git-radar to look normal using fish
In a repository with a .git folder that is ~30MB big, it's takes around ~6 seconds to run `git-radar --bash` which is too slow, especially when constantly opening new terminal...
This is a somewhat odd message and I cannot really get the ins and outs of why this is happening: ``` me@laptop:~.*⟫ mkdir radar-test/ me@laptop:~.*⟫ cd radar-test/ me@laptop:~/radar-test.*⟫ touch Makefile...
Perhaps it is because I am new to fish (as in, I just started trying to use it about a half hour ago), but I can't seem to get git-radar...