GithubHelp home page GithubHelp logo

Comments (4)

zurawiki avatar zurawiki commented on July 16, 2024

Based on the multiple diff, can we summarize a sentence for creating Pull Request?

How would you use this in your workflow today?

Also, I think we can add some configurations to ignore some files

We do ignore some files! The default files are at

static DEFAULT_FILES_TO_IGNORE: &[&str; 4] = &[
"package-lock.json",
"yarn.lock",
"pnpm-lock.yaml",
"Cargo.lock",
];

You can configure them per-repo with gptcommit config set file_ignore

from gptcommit.

Umiiii avatar Umiiii commented on July 16, 2024

Based on the multiple diff, can we summarize a sentence for creating Pull Request?

How would you use this in your workflow today?

Also, I think we can add some configurations to ignore some files

We do ignore some files! The default files are at

static DEFAULT_FILES_TO_IGNORE: &[&str; 4] = &[
"package-lock.json",
"yarn.lock",
"pnpm-lock.yaml",
"Cargo.lock",
];

You can configure them per-repo with gptcommit config set file_ignore

Sure!
Suppose you have made several commits in your local workspace, and now you want to submit them as a pull request to be merged into the master branch later. To make the process smoother, it's important to provide a clear and concise summary of the changes you've made. This summary should include the main features or fixes implemented by your commits, as well as any relevant information about the project or the development process. A well-written summary can help the reviewer understand your changes and make the merging process more efficient.

from gptcommit.

zurawiki avatar zurawiki commented on July 16, 2024

Hey @Umiiii , thanks for the feedback. Right now, making summaries across multiple commits is not support as gptcommit is for git commits

from gptcommit.

Niek avatar Niek commented on July 16, 2024

This would also be a great feature to support changelog creation.

from gptcommit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.