git-together
git-together copied to clipboard
Better commit attribution while pairing without messing with your git workflow.
Add a config option, git-together.co-authored, which will switch git-together from using Signed-off-by to Co-authored-by. This makes it easier to support mobbing, as all authors are included in the commit message,...
On a new m1 laptop using Big Sur, I'm seeing this error. I installed using `brew install pivotal/tap/git-together` ``` % git-together dyld: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib Referenced from: /opt/homebrew/bin/git-together Reason:...
Thanks for making this tool. It's been very helpful for growing collaborative practices in my org. A paper cut felt among engineers relates to the practice of aliasing git with...
see https://github.com/pivotal/git-author/issues/22 for a full reproduction of the real issue in our development environment. In multi-repo development environments (all of CF) we'd like to be able to set authors for...
If you set git config user.initials to the same value as git-together.active, then bash-it's theming will pick up the current pair initials the same way it does for git-pair. Relevant...
I've been trying to get magit (for emacs) and fugitive (for vim) to work well with git-together. One of the problems for both is that if they are launched and...
I'm seeing the following issue on my Macbook after install via the tap: ``` dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /Users/jamie/.brew/bin/git-together Reason: image not found fish: 'git-together' terminated by...
When we tried to run git-together.exe on Windows, we got this error message: ``` C:/path/to/git-together.exe: error while loading shared libraries: api-ms-win-crt-math-l1-1-0.dll: cannot open shared object file: No such file or...
It appears that amend is adding multiple sign-offs. ``` commit 1a9462c67aa33c012727241759d31f0b8c36dcb6 Author: Larry Hamel Date: Mon Jun 5 09:40:05 2017 -0700 add Gogland ide prefs includes templates for ginkgo Signed-off-by:...
We hadn't set our `git with` when we ran `git revert --abort` and it said: ``` → git revert --abort error: error getting git config for 'git-together.active' caused by: [7/-3]...