when i started using github desktop i used it to do code save changes and if i wanted to switch places like on my bed i would saves changes on pc commit then push to origin ten switch to my laptop on my bed. but now for some reason it doesnt show changes until after i fetch origin when i didnt need to do that beforea? just wondering why it doing this. Also no sure if git was attended to be used on the way im using it
I believe that GitHub Desktop does an automatic fetch
at a set interval (as well as every time you change repos), so maybe what you’re seeing is just a matter of timing.
Using git to work on the same codebase across multiple computers is perfectly valid, although it’s just scratching the surface of what git can do.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.