Git add all subdirectories

Do, git add . while in the root of the repository. It will add everything. If you do git add *, it will only add the files * points to. The single dot refers to the directory. If your directory or file wasn’t added to git index/repo after the above command, remember to check if … Read more

Staging Deleted files

Use git rm foo to stage the file for deletion. (This will also delete the file from the file system, if it hadn’t been previously deleted. It can, of course, be restored from git, since it was previously checked in.) To stage the file for deletion without deleting it from the file system, use git … Read more

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