Windows console alternatives

I’m just looking for alternative consoles for windows.
Tmux looked nice. Unfortunately it is only available for Linux and Mac: http://www.richsoni.com/why-you-may-be-missing-out-if-you-dont-use-tmux/
Console might be an alternative to powershell: http://sourceforge.net/projects/console/

Git Notes

Git Commands

  • Clone Repository: git clone URL
  • Update remote repository: git pull
  • List available Tags: git tag
  • List available Branches: git branch
  • Change branch: git checkout branchname
  • Switch to tag: git checkout tags/tagname
  • Add Files and Prepare for Commit: git add filename

 

Links:

  • Git Book: http://git-scm.com/book/de