Skip to content

[How] Git install and Tools

What If We Dig Deeper edited this page Feb 4, 2018 · 3 revisions

Install Git

Plugins for command line to provide git status and command completion.

Zsh

Recommend install Z-shell (zsh) and Oh My Zsh

MacPorts

sudo port install zsh zsh-completions

ZSH Git Prompt

Bash

Bash Git Prompt

Windows Powershell

PoshGit

Others

# tree for shell
sudo port install tree
Clone this wiki locally