Tag: BitBucket
-
Getting started with Git and Bitbucket in 5 minutes with TortoiseGit | Video Tutorial
This is very short video tutorial which explains how easily we can use Git to manage source code on bitbucket using Tortoisegit in almost 5 minutes.
-
Continuous integration in Salesforce Using Jenkins and Git | Video Tutorial
As your Salesforce Organization undergoes heavy customization and frequent builds, moving changes from one Sandbox to other sandboxes starts taking longer time and effort. Also, in normal Salesforce project, there are chances that you will have minimum three sandboxes likely Developer Sandbox, QA Sandbox and UAT Sandbox. After some time you will be in need…
-
Salesforce + Git + Eclipse + EGIT = Better and Distributed Source Control
During my J2EE and .Net days, I was much dependent on the subversion repository. I had never thought my code without SVN. When I moved to Salesforce few years back, the first thing I missed is code repository to have better source code control. As svn creates either “.svn” or “_svn” folder, it was not…