The Git integrated version control features offer a streamlined software development flow that allow developers to collaborate among many different teams. Developers can use this feature to track changes, review the code of others and revert to previous versions of code. The Source Control view in the IDE supports the standard git workflow (stage changes, commit, push) along with a range of other rich git functionalities which can be seen the image below.
Note: You can see what git commands are being executed under the hood by selecting the ‘Show Git Output’ option.