Showing results for Git & Version Control - Azure DevOps Blog

Mar 31, 2016
Post comments count0
Post likes count0

What’s new in Git for Windows 2.8?

Johannes Schindelin
Johannes Schindelin

Download Git for Windows from its home page. Authentication is now a breeze More and more Git hosting sites support multi-factor authentication or security tokens. With the inclusion of the Git Credential Manager, Git for Windows now offers a user-friendly way to support such authentication methods. Git for Windows closely follows Git Credential ...

DevOpsGit & Version Control
Mar 30, 2016
Post comments count0
Post likes count0

Updates for Debugging Installed App Packages in Visual Studio 2015 Update 2

Aaron Hallberg
Aaron Hallberg

In Visual Studio 2015 Update 2, we added support to the Debug Installed App Package dialog for: Note that attach to process is not currently supported for Xbox or HoloLens, but we hope to add it in a future release. Debugging Installed App Packages Open the Debug Installed App Package dialog from Debug -> Other Debug Targets -...

DevOpsGit & Version Control
Mar 15, 2016
Post comments count1
Post likes count0

Squash: A Whole New Way to Merge Pull Requests

Matthew Mitrik (MS)
Matthew Mitrik (MS)

Are you the type of developer that loves to keep your repos neat and tidy?  Are you a fan of interactive rebase and fixing up your commits until they're just right?  Do you wish you had an alternative to --no-ff merges when completing your pull request?  In the March 3rd release of Visual Studio Team Services, a new option was added to the PR merge...

DevOpsGit & Version Control
Mar 10, 2016
Post comments count0
Post likes count0

.NET Core Debugging in VS Code

Andrew B Hall - MSFT
Andrew B Hall - MSFT

The C# extension for Visual Studio Code offers powerful editing and debugging support for .NET Core applications on Windows, Mac, and Linux, including: Getting started To get started you will need to do a few things (see our GitHub page for complete instructions) Working with Console apps If you are working with a console application, b...

DevOpsGit & Version Control
Mar 2, 2016
Post comments count2
Post likes count0

Linking Work Items to Git Branches, Commits, and Pull Requests

Matthew Mitrik (MS)
Matthew Mitrik (MS)

If you're a developer working on a team that uses Git, you're probably using some form of topic branching to isolate your work.  If you're using any of the Agile tools in Visual Studio Team Services, you probably also have a bug, task, or user story that's tracking your development work.  Until recently, the best way to keep these items related was...

DevOpsGit & Version ControlAgile
Feb 12, 2016
Post comments count1
Post likes count0

Using the DebuggerNonUserCode Attribute in Visual Studio 2015

Aaron Hallberg
Aaron Hallberg

You can add the DebuggerNonUserCode attribute to your application as a handy way to tell the debugger that you don’t want to debug into specific sections of code. If you haven’t used this attribute previously, this blog post gives a summary of how you can use it as part of your debugging workflow. If you currently use this attribute, you may hav...

DevOpsGit & Version Control
Feb 12, 2016
Post comments count0
Post likes count0

Quickly navigate with keyboard

Ewald Hofman (MSFT)
Ewald Hofman (MSFT)

Shortcuts have been in Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) for a long time, but not many keyboard shortcuts were available and it was not discoverable. Since a few deployments we have introduced more shortcuts using the MouseTrap open source library. You can now type in keys whenever you are not focused on an inputbo...

DevOpsGit & Version ControlAgile
Feb 3, 2016
Post comments count0
Post likes count0

Join the Java Tools Challenge – Help make Java great with Visual Studio Team Services and win your share of >$80K in prizes

Paul T. Barham
Paul T. Barham

Join the Java Tools Challenge and Help Make Java Great with Visual Studio Team Services - submit a winning entry and you or your team will walk away with valuable prizes (cash, hardware and software). The 2016 Java Tools Challenge officially opened on Feb 1st and runs through Apr 30th. Are you up for the challenge? There are two ways you can parti...

DevOpsCommunityGit & Version Control
Jan 27, 2016
Post comments count0
Post likes count0

Branch and pull requests improvements for Visual Studio

Jeremy Epling
Jeremy Epling

In Visual Studio 2015 Update 1, we enhanced the Git experience based on your feedback. As I mentioned in the most recent Git Futures post, there's a lot more on the way. Branches No matter what you're doing in VS, you usually want to know what repo you're in, the current branch, and have an easy way to switch branches. Now, all of that is in the ...

DevOpsGit & Version Control
Jan 26, 2016
Post comments count0
Post likes count0

Servicing Update Available for Visual Studio Update 1

Aaron Hallberg
Aaron Hallberg

In Visual Studio 2015 we are piloting a recurring and cumulative servicing update that provides fixes to high-impact bugs between our regular updates. In the second servicing update recently made available, we fixed an issue in Visual Studio 2015 Update 1 that can cause Visual Studio to crash sometime after editing C# or Visual Basic files while...

DevOpsGit & Version Control