how to checkout a specific commit from git

The question has wrong terminology. You cannot pull a commit, you can only checkout a commit. Pulling a commit would defy the whole branch/commit structure saving memory. You pull all commits in a branch or repository, and if you want to check out a specific one, then well, check it out: git checkout 9ce920d You … Read more

Bitbucket – Push project files to an empty Git repository

First, make sure you already installed EGit or other git control plugins on your Eclipse. Second, add Git Source Control to your existing Android Eclipse Project (local) and create a local Git Repository for the Project, by following the steps below: (or check this video) right click your project -> Team -> share project check … Read more

Mercurial Version Control show error in push

Putting this in my .hgrc did the trick. [hostfingerprints] bitbucket.org = 45:ad:ae:1a:cf:0e:73:47:06:07:e0:88:f5:cc:10:e5:fa:1c:f7:99 You should check the fingerprint first by viewing the host’s certificate. But if all looks fine you could use the above approach to do away with those pesky warnings. See https://confluence.atlassian.com/display/BBKB/abort%3A+certificate+for+bitbucket.org+has+unexpected+fingerprint

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