rkotze / git-mob

Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
https://www.npmjs.com/package/git-mob
MIT License
182 stars 21 forks source link

No .gitmessage file found to write to #31

Closed rkotze closed 6 years ago

rkotze commented 6 years ago

image

Description

Changing author throws a error saying no such file or directory open and the .gitmessage file is not updated

Steps to Reproduce

  1. Command git mob [author]
  2. Unhandled error
  3. Co-authors not updated

Expected behavior: .gitmessage file to be updated with co-authors

Actual behavior: .gitmessage file not updated with co-authors

Reproduces how often: 100% of the time

dideler commented 6 years ago

What's the current working directory when the error occurs?

rkotze commented 6 years ago

It is where the .git folder is

rkotze commented 6 years ago

This test fails on my change for looking for the .gitmessage file.

image

dideler commented 6 years ago

Can you confirm this no longer occurs in v0.2.3?

rkotze commented 6 years ago

I can confirm it works fine. 👍