...
Expand | ||
---|---|---|
| ||
|
Make your code changes
You can now make all your changes for the PBI/Bug.
To view the changes you have made since your last commit, open the “Git Changes” window or click on the pencil icon in the bottom menu bar.
To ensure that changes are not lost if your computer breaks down or if you have to take sudden leave, please make sure to commit and push your changes to the remote server at the end of each day (even if changes are unfinished).
You can check what changes were made to each file by double-clicking on the files in the list.
If there is a * beside the file name, this indicates that it has not been saved & the change will not be committed. Sometimes there are no changes and you just need to double-click on the file for it to disappear from the list.
If you only wish to commit some of the files, you can stage them by right-clicking on the file and selecting “Stage”.
Select “Commit All and Push” in order to commit your changes locally then push to DevOps.
Once all your changes have been pushed to the remote server, there should be a 0 beside both icons in the bottom bar.
...