You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reasons I haven't investigated, my ~/.dotfiles/config files are missing a fetch option for the "origin" remote. Here's the config for my clone of gitdot itself:
The effect of this is that git doesn't create remote-tracking branches, so it can't show me anything in git branch -r and commits aren't labeled with remote refs in git log.
The text was updated successfully, but these errors were encountered:
For reasons I haven't investigated, my
~/.dotfiles/config
files are missing afetch
option for the "origin" remote. Here's the config for my clone of gitdot itself:And here's the same file for a dotfiles repo cloned by gitdot:
The effect of this is that git doesn't create remote-tracking branches, so it can't show me anything in
git branch -r
and commits aren't labeled with remote refs ingit log
.The text was updated successfully, but these errors were encountered: