Saturday, 23 April 2016

How to commit changes in Git ?


Any file which is still unstaged, i.e. Any file you have created or modified that you haven’t run git add on since you edited them – won’t go in this commit.

These will be there as modified files on your disk.

Run below command to run : 
$ git commit

No comments:

Post a Comment

Note: only a member of this blog may post a comment.