Replies: 1 comment 5 replies
-
Fetching updates branches but doesn’t move the working copy. After fetching, you can move the working copy with:
If your working copy has changes, you could instead If you’re not sure if you’re tracking the branch in question, you can use the remote tracking branch: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apparently I need more information from
jj
, but I don't know what to search for.I cloned the jj repo sometime last year, and I thought I had fetched updates (maybe not). When I look at the file dates, they all say October 18, 2024. So today I wanted to search for something and did a fetch. But I don't think it fetched anything since all the file dates remain the same. (The Cargo.lock file says January -- I think I did
cargo update
.)Anyway, here is the meager output I got. How can a user determine if their repo matches the remote, especially an unfamiliar one?
Beta Was this translation helpful? Give feedback.
All reactions