git: How do I recursively add all files in a directory subtree that match a glob pattern?

It’s a bug in the documentation. Quote the asterisk with $ git add documentation/\*.screen or $ git add ‘documentation/*.screen’ to get the behavior you want. If instead you want to add files in the current directory only, use $ git add *.screen UPDATE: I submitted a patch that corrects the issue, now fixed as of … Read more

Undo git add –all [duplicate]

It has already been answered several times: You can use git reset. This will ‘unstage’ all the files you’ve added after your last commit. If you want to unstage only some files, use git reset — <file 1> <file 2> <file n>. Also it’s possible to unstage some of the changes in files by using … Read more

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