Tag: Git

Microsoft

Windows Subsystem for Linux (WSL) Productivity Tips

Add Aliases One of the first hacks I performed was to add an alias so that when I type “code” in the terminal VS Code opens. # Navigate to the home directory and open the .bashrc file cd ~ nano .bashrc # Scroll down to the bottom or a section […]

Salesforce

Setting up Salesforce Development on Linux for Windows

I use the Force.com migration tool and git in my daily workflow for Salesforce development and recently tried setting up my local environment on the Linux subsystem that comes with Windows 10. Prerequisites Windows 10 with the Linux subsystem (WSL) installed Git is already installed in the WSL environment Step […]