Git Pull vs. Pull Request

If you use git pull, you pull the changes from the remote repository into yours. If you send a pull request to another repository, you ask their maintainers to pull your changes into theirs (you more or less ask them to use a git pull from your repository). If you are the maintainer of that … Read more

Why does git pull hang?

You may need to remove unnecessary git objects such as dangling commits & blobs: git fsck && git gc –prune=now git-fsck : Verifies the connectivity and validity of the objects in the database git-gc : Cleanup unnecessary files and optimize the local repository You can refer here about dangling commits & blobs.

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