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...
Ways to Install Magento Extensions manual copy paste modman composer modgit
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...
Push Git Repo Into Shared Hosting Account Like Hostgator What's required is that git client is install in the...
Best results in other decks
...a full SRE (Site Reliability Engineering) Team with focus on network, operations and security. Topics Deployment - Details about how you, as a customer, can deploy your applications to our servers...
Given there is a user with an attachable avatar: class User < ApplicationRecord has_one_attached :avatar end