Update README.md

This commit is contained in:
Paul Porter
2013-04-18 15:31:57 -06:00
parent 38ad3a252c
commit 2403553c28

View File

@@ -1,6 +1,6 @@
# Git Aware Prompt
Working with Git and it's great branching/merging features is amazing. Constantly switching branches can be confusing though as you have to run `git status` to see which branch you're currently on.
Working with Git and its great branching/merging features is amazing. Constantly switching branches can be confusing though as you have to run `git status` to see which branch you're currently on.
The solution to this is to have your terminal prompt display the current branch. There's a [number][1] [of][2] [articles][3] [available][4] online about how to achieve this.