When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...
Better way is use .gitattributes, see Merge Strategies Use Case If we use an open source in our project, e.g...
Deprecated method. Use this instead. See also this For example, if we have an upstream remote from magento-lts, and...
Magento 1 is end of life. I want to migrate an existing Mage repo to the latest from Magento...
2 to 3 remote repositories in GitHub and 2 local repositories: [GitHub] Go to an owner repository (eg OpenMage...
"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...
First, install git server in the machines. Then, install git client in local machine. After creating the remote and local...
Some files in a repository change often but are rarely committed. Usually, these are various local configuration files that are...
Install TortoiseGit Install Git For Windows Using SSH with TortoiseGit ref: https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git Follow the guide from STEP...
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
This is a collection of frequently asked questions about the makandra hosting environment and our operations services.
You can check the maximum client Redis database size in Sidekiq with this command. Sidekiq.redis { |redis| puts redis.info.fetch('maxmemory_human...