We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project a code dump of an internal repository?
I noticed that there is only a single commit per release, each of the commits include a ton of unrelated changes in the same commit.
The best practice with git is to make small logical changes in individual commits:
https://www.perforce.com/blog/vcs/git-best-practices-git-commit https://gist.github.com/luismts/495d982e8c5b1a0ced4a57cf3d93cf60 https://sethrobertson.github.io/GitBestPractices/ https://community.atlassian.com/t5/Bitbucket-articles/Git-Best-Practices/ba-p/1628803 https://www.simplethread.com/what-makes-a-good-git-commit/
This helps when doing git bisects to find out which change introduced a bug.
It would be great if you could adopt git best practices.
The text was updated successfully, but these errors were encountered:
Has there been any update on this? I notice a bot is now doing the releases.
Sorry, something went wrong.
No branches or pull requests
Is this project a code dump of an internal repository?
I noticed that there is only a single commit per release, each of the commits include a ton of unrelated changes in the same commit.
The best practice with git is to make small logical changes in individual commits:
https://www.perforce.com/blog/vcs/git-best-practices-git-commit
https://gist.github.com/luismts/495d982e8c5b1a0ced4a57cf3d93cf60
https://sethrobertson.github.io/GitBestPractices/
https://community.atlassian.com/t5/Bitbucket-articles/Git-Best-Practices/ba-p/1628803
https://www.simplethread.com/what-makes-a-good-git-commit/
This helps when doing git bisects to find out which change introduced a bug.
It would be great if you could adopt git best practices.
The text was updated successfully, but these errors were encountered: