Can I add a message/note/comment when creating a new branch in Git?

You want branch descriptions: git branch –edit-description This will open up your editor and let you attach metadata to the branch. You can extract it with: git config branch.<branch>.description A couple of important notes: This is stored locally. By definition it can’t be pushed since it’s stored in .git/config. All the same it works great … Read more

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