Document that magit-status can create new Git repos.

This commit is contained in:
Marius Vollmer 2009-02-15 02:18:26 +02:00
parent b670b16b33
commit e6167b8080

View file

@ -160,9 +160,12 @@ same time, each associated with its own Git repository.
When invoking @kbd{M-x magit-status} from within a Git repository, it
will switch to the status buffer of that repository. Otherwise, it
will prompt for a directory. With a rpefix argument, it will always
will prompt for a directory. With a prefix argument, it will always
prompt.
If you specify a directory that is not a Git repository, @kbd{M-x
magit-status} will ask whether to create one.
You need to explicitly refresh the status buffer when you have made
changes to the repository from outside of Emacs. You can type @kbd{g}
in the status buffer itself, or just use @kbd{M-x magit-status}