Show progress of Mercurial push/pull

Mercurial 3.5 has progress enabled by default. Earlier versions can use the standard progress extension shipped since version 1.5. Simply enable the extension by adding this to your hgrc file: [extensions] progress = You will then see progress bars on clone, push, pull, and other operations. The progress bars are only shown after an initial … Read more

GIT pulling or cloning repository only gets Master branch

The branches do exist but you can’t see them Try using this: git branch -a You’ll now see the list of remote branches in origin e.g. Output: remotes/origin/tk_removes_call_centers remotes/origin/tk_warm_transfer_fix remotes/origin/update_README and you can then git checkout [any_individual_branch_name] You can also get the same list with git branch -v –all which includes the most recent commit … Read more

Where to find changes due to `git fetch`

git fetch origin by default fetches everything from the remote named “origin” and updates (or creates) the so-called “remote-tracking branches” for that remote. Say, for the remote named “origin” which contain branches named “master” and “feature”, running git fetch remote will result in the remote-tracking branches named “origin/master” and “origin/feature” being updated (or created, if … Read more

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