Skip to content

Instantly share code, notes, and snippets.

@michellescripts
Last active August 8, 2019 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michellescripts/90bcd57b7805c1a4d9bca056e6a16a1e to your computer and use it in GitHub Desktop.
Save michellescripts/90bcd57b7805c1a4d9bca056e6a16a1e to your computer and use it in GitHub Desktop.
git it together
git-together: https://github.com/kejadlen/git-together
Run `brew install pivotal/tap/git-together`
Add `alias git=git-together` to `~/.bash_profile` and source it
Make a new file in ~ called `.git-together`
Run `git config --global --add include.path ~/.git-together` to set the global file
- Will need to be run in ALL repos using that file^^^
Run `git config --file .git-together --add git-together.domain pivotal.io` to set the global domain
Add team users by running:
git config --file .git-together --add git-together.authors.<INITIALS> '<FIRSTNAME LASTNAME>; <FIRSTINITIALLASTNAME>'
EX:
git config --file .git-together --add git-together.authors.mb 'Michelle Bergquist; mbergquist'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment