zit: add new "zit add" command
authorDavid Aguilar <davvid@gmail.com>
Sat, 30 Aug 2014 08:52:11 +0000 (01:52 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 30 Aug 2014 08:52:11 +0000 (01:52 -0700)
commitc4131c9ca0b8a2da46c325c3885abf99751c7740
tree27f981b8dc25087cd7b4c61c970478e76882fc67
parent16e835281194de7af358967508c23375c9100d12
zit: add new "zit add" command

"zit add" is a new command that either creates a new zit repository if
the file is unknown to zit, or simply does "git add" on the file if it
has already been tracked.

This makes it really easy for git users to use zit since they don't need
to learn about "zit track" anymore.
zit