unimportant

This commit is contained in:
Cosmin Apreutesei
2015-04-09 09:35:27 +03:00
parent 848a844e3c
commit a446f1dc56
+1 -1
View File
@@ -32,7 +32,7 @@ Let's see a bare bones example:
$ mgit foo commit -m "init" # commit on foo
$ mgit bar commit -m "init" # commit on bar
$ ls
foo.txt bar.txt # both foo.txt and bar.txt share the same dir
foo.txt bar.txt # foo.txt and bar.txt are in the same dir
$ mgit foo ls-files
foo.txt # but project foo only tracks foo.txt
$ mgit bar ls-files