When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...

stackoverflow.com

Better way is use .gitattributes, see Merge Strategies Use Case If we use an open source in our project, e.g...

github.com

Ways to Install Magento Extensions manual copy paste modman composer modgit

nvie.com

I use TortoiseGit, with default options, ie, merge with ff. Applicable for hot-fixes and small features. Branch Naming

Git
jonathannicol.com

"git is not a deployment tool, so don't do that" http://gitolite.com/deploy.html Set up SSH keys

brandonsummers.name

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...

arlocarreon.com

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

Given there is a user with an attachable avatar: class User < ApplicationRecord has_one_attached :avatar end

When using Rails credentials, you will edit the encrypted credentials for staging or production environments from time to time. To...

Search in all decks