git-profile
git-profile copied to clipboard
↔️ Git Profile allows you to switch between multiple user profiles in git repositories
Hi! I love your tool! Can you add integration with [fig](https://fig.io)? It would greatly help to see all commands and visualize existing profiles :)
fix #13
I compiled a binary from the master branch and caught an error: ```bash > git profile current panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
```bash > brew install dotzero/tap/git-profile ==> Tapping dotzero/tap Cloning into '/opt/homebrew/Library/Taps/dotzero/homebrew-tap'... remote: Enumerating objects: 53, done. remote: Counting objects: 100% (12/12), done. remote: Compressing objects: 100% (9/9), done. remote: Total...
When using the "use" and "current" command the prompt does not add an ending new-line. As a result follow-up commands are not aligned properly: Current situation: ``` user@localhost:~$ git-profile current...