[DiscordArchive] More of a programming software question. Is there a tool to grab recent changes in Visual Studio an
[DiscordArchive] More of a programming software question. Is there a tool to grab recent changes in Visual Studio an
Archived author: BonziBudd • Posted: 2023-07-30T10:57:05.142000+00:00
Original source
More of a programming software question. Is there a tool to grab recent changes in Visual Studio and Turn them into a patch?
Archived author: Fred • Posted: 2023-07-30T11:23:21.534000+00:00
Original source
You can create a patch by using git format-patch, but not sure if there exists one in the VS UI
Archived author: stoneharry • Posted: 2023-07-30T11:24:20.505000+00:00
Original source
Git is the way
Archived author: BonziBudd • Posted: 2023-07-30T11:24:56.167000+00:00
Original source
okay thanks