Nuts and Bolts

Git

  • Git and Text Editor Notes for Windows 10

    Posted on 2 mins

    This post is just some notes to remind me how I like to setup a Windows 10 machine for editing scripts. Install and configure Git First step, install Git. Download the git installer . After downloading, run the installer and accept the default settings. Then add posh-git for Powershell : Open a Powershell window “as Administrator” and execute the following : set-ExecutionPolicy bypass git clone git://github.com/dahlbyk/posh-git.git cd posh-git ./install.ps1 . $PROFILE Install and configure Sublime Text Start by downloading and installing Sublime Text.