Skip to Content
C# and .NET Core Test-Driven Development
book

C# and .NET Core Test-Driven Development

by Ayobami Adewole
May 2018
Intermediate to advanced content levelIntermediate to advanced
300 pages
7h 35m
English
Packt Publishing
Content preview from C# and .NET Core Test-Driven Development

Change commands

Git has a set of useful commands that are used to check the status of files in the repository, review updates made to the files, and commit changes made to the project files.

The git status command is used to show the working status of the repository. The command essentially gives a summary of the files that have changed and are staged for the next commit. It displays the paths of the files that have differences between the current HEAD commit and the index file. It also displays the paths of the files that have differences between the index file and the working tree as well as paths of the files that are not currently being tracked by Git but have not been added in the .gitignore file:

git status

The git add command uses ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Design Patterns with C# and .NET Core

Hands-On Design Patterns with C# and .NET Core

Gaurav Aroraa, Jeffrey Chilberto
.NET Core in Action

.NET Core in Action

Dustin Metzgar

Publisher Resources

ISBN: 9781788292481Supplemental Content