Install posh-git on Windows
Posh-git is a PowerShell module that integrates with Git to show git status information on the command line, and it comes with tab completion for common commands.
Posh-git is a PowerShell module that integrates with Git to show git status information on the command line, and it comes with tab completion for common commands.
This post is a guide on installing the Chocolatey package manager on Windows by running a PowerShell command. Chocolatey allows you to manage software packages on your system with simple ‘choco’
This is a quick guide for if you’ve cloned a git repo via HTTPS and you want to change it to SSH.
Setup SSH Keys in WSL with Bitbucket. # Create New SSH Key# Add SSH Key to Agent# Add SSH Key to Project Create New SSH Key I’m creating a new SSH key within a linked folder, which means my SSH keys are backed up on the local machine in-case anything happens on this WSL instance…
I’ve encountered this error message when attempting to clone a git repo on a linked folder within WSL. This also happens on any mounted Windows drive when working with WSL Cloning into ‘pw-iam’…error:
Some quick notes on installing Git on Windows. I sometimes like to have installation options printed out for reference. These type of settings can usually be changed post install though.
The ln command in Linux is used to create a link between files. This is useful for sharing files between your local machine and WSL.
A simple guide on how to navigate to local files on Windows when working with the Windows Subsystem for Linux (WSL).
If you ever have issues accessing a Windows Subsystem for Linux (WSL) Distro after installing, it may be best to just reinstall it.
WSL allows Windows users to develop and run applications within a GNU/Linux environment. Previous to this feature release we needed VM’s or a dual boot setup.