Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

git status: Checking the status of your files

Git Status: Checking The Status Of Your Files

In this post, I am going to explain how to check the Status of your files in Git Repository using ‘git status’ command.

Create a repository
Create a directory HelloWorld and execute 'git init' command to make this as a git repository.
C:\Users\Public\gitDemos\HelloWorld>git init
Initialized empty Git repository in C:/Users/Public/gitDemos/HelloWorld/.git/



This post first appeared on Java Tutorial : Blog To Learn Java Programming, please read the originial post: here

Share the post

git status: Checking the status of your files

×

Subscribe to Java Tutorial : Blog To Learn Java Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×