Skip to content

Commit

Permalink
dont add existing files
Browse files Browse the repository at this point in the history
dont add existing files
  • Loading branch information
notnmeyer committed Oct 24, 2024
1 parent 0808a2e commit 0294db9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/daylog/daylog.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ func (d *DayLog) InitGitRepo() error {
}
fmt.Println(output.Stdout.String())

// make an initial commit with any existing log files
output, err = git.AddAndCommit(d.ProjectPath, ".", "Initial commit")
if err != nil {
return fmt.Errorf("%s: %s", err, output.Stderr.String())
}
fmt.Println(output.Stdout.String())

return nil
}

Expand Down

0 comments on commit 0294db9

Please sign in to comment.