Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Automatic fetch at start up and periodically #2207
Comments
|
I agree something like this would be nice. Not having the latest commits locally is something that regularly trips me up. There is an extension by @madskristensen that tackles your first suggestion (it's currently VS 2019 only). I started working on a PR to add VS 2017 support and make it update all branches (not just the current one). If you're interested in trying this version, you can find the .vsix here: I'm a little hesitant to do thing anything automatically that make changes in the users working directory. I wonder is simply having a notification when there are remote chances would make more sense? The user could then click on the notification, see the incoming changes and update their repository. That way they'd always be aware of the latest commits. |
|
Hi! As you know pull do the following:
Fetch is usually used in the git workflows and it makes really big problem for some people to go and fetch repo, which leads in their confusion not seeing the changes from remote. Notification make sense, but I would've preferred a checkbox enabling me to do auto-fetches. I'm using the same feature in vscode (link) and it is awesome cos it reduces a lot of hassle. |
|
Just to be clear, pulling is entirely out of the questing. This is only about auto-fetching. |
|
would be good to see this, can trip over dev especially when they start out or are used to TFVC. |
Hi,
I don't know if something like that has already been asked but I didn't find anything on it.
As all knows, Git Hub is useful as collaborative work, but... by trying GitHub extension in visual studio I found some new features that could be really nice to increase collaborative working experience.
Is it possible to put three options in GitHub extension options ?
I think you understood what I mean, colleagues could now know when something has been modified on the branch they are working.
The text was updated successfully, but these errors were encountered: