When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...
There are recent commits to branch A, but the commits should have been in branch B. To fix...
When we need to test a PR in github or we want to incorporate a PR, we can checkout the...
Deprecated method. Use this instead. See also this For example, if we have an upstream remote from magento-lts, and...
I use TortoiseGit, with default options, ie, merge with ff. Applicable for hot-fixes and small features. Branch Naming
"git is not a deployment tool, so don't do that" http://gitolite.com/deploy.html Set up SSH keys
http://jonathannicol.com/blog/2013/11/19/automated-git-deployments-from-bitbucket/ http://symmetrycode.com/super-easy-deployment-with-git-and-bitbucket/ Bitbucket provides git hooks that can be used for code deployment. Code...
A separate staging step in git is in line with the philosophy of getting out of the way until you...
Create Local Repository Download GitHub for Windows or use something similar, which includes a shell Launch Git Shell
Best results in other decks
def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...
The :nth-child pseudo class is commonly used for targeting elements based on their position within a parent container, for...