Add note about double login
This commit is contained in:
parent
6826e5e835
commit
8605d4adfa
1 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,15 @@ yadm gitconfig "user.name" "Alternate Name"
|
||||||
Note: Configuring these settings directly in the yadm repo will require you
|
Note: Configuring these settings directly in the yadm repo will require you
|
||||||
to configure it each time you clone the repo.
|
to configure it each time you clone the repo.
|
||||||
|
|
||||||
|
### Why was I prompted to login twice while cloning my repo?
|
||||||
|
|
||||||
|
yadm needs to query your repo to determine the default branch used. When you are
|
||||||
|
using a private repository, this additional query also requires authentication.
|
||||||
|
You can avoid the double login by specifying which branch to clone using the
|
||||||
|
`-b` option.
|
||||||
|
|
||||||
|
yadm clone -b <branch> <url>
|
||||||
|
|
||||||
### How can I display untracked files with a `yadm status` command?
|
### How can I display untracked files with a `yadm status` command?
|
||||||
|
|
||||||
By default, yadm is configured to ignore untracked files when displaying a
|
By default, yadm is configured to ignore untracked files when displaying a
|
||||||
|
|
Loading…
Reference in a new issue