Document that magit-status can create new Git repos.
This commit is contained in:
parent
b670b16b33
commit
e6167b8080
1 changed files with 4 additions and 1 deletions
|
@ -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
|
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 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.
|
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
|
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}
|
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}
|
in the status buffer itself, or just use @kbd{M-x magit-status}
|
||||||
|
|
Loading…
Reference in a new issue