What would be a good commit message for updating package versions using Conventional Commits?

If you use build scope consider this option: build(deps): bump React version to “17.0.2” Conventional commits are based on the Angular conventional commits. Angular’s CONTRIBUTING.md states: build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

github for mac doesn’t allow to perform partial checkin/commit

Rather than “syncing” your changes, GitHub for Mac does offer you the ability to push, pull and sync changes. Unfortunately, the UI button is for sync only. However, if you go to the menu bar, under “Repository” you see there are two additional changes: push (command + P) or pull (shift + command + P).

What is a “distributed transaction”?

Usually, transactions occur on one database server: BEGIN TRANSACTION SELECT something FROM myTable UPDATE something IN myTable COMMIT A distributed transaction involves multiple servers: BEGIN TRANSACTION UPDATE amount = amount – 100 IN bankAccounts WHERE accountNr = 1 UPDATE amount = amount + 100 IN someRemoteDatabaseAtSomeOtherBank.bankAccounts WHERE accountNr = 2 COMMIT The difficulty comes from … Read more

Why is it considered good practice to describe git commits in the present tense?

Git is a distributed VCS (version control system). Multiple people can work on the same projects. It’ll get changes from many sources.Rather than writing messages that say what a committer has done. It’s better to consider these messages as the instructions for what is going to be done after the commit is applied on the … Read more

Is there an upper limit to the number of commits a git repository can handle?

Well the “upper limit” would likely be the point at which a SHA1 collision occurs, but since the SHAs are 40 hexadecimal digits long (16^40 ~ 1.4×10^48 possibilities), it’s so close to zero possibility that it’s not even funny. So there’s roughly a zero percent chance you’ll have any problems for at least the next … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)