start new:
tmux
start new with session name:
tmux new -s myname
# Maintainer: Stefan Tatschner <[email protected]> | |
pkgname=git-extras | |
pkgver=2.2.0 | |
pkgrel=1 | |
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more" | |
arch=(any) | |
url="http://github.com/visionmedia/git-extras" | |
license=('custom:MIT') | |
depends=('git' 'bash') | |
source="https://github.com/visionmedia/${pkgname}/archive/${pkgver}.tar.gz" |