---
title: "Gitsh"
slug: gitsh
section: tech
date: 2015-06-23T13:47:00.000Z
canonical: https://roland.leth.ro/blog/tech/gitsh
---

I saw [this](https://github.com/thoughtbot/gitsh) little thing today, by the guys from [thoughtbot](https://thoughtbot.com). `sh$ gitsh` then simply type commands without `git`:

```bash
status
add .
commit -m "Message"
push
```

Be sure to check their newest iOS open source, as well, [Tropos](https://github.com/thoughtbot/Tropos).