Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to commit single file in git

commit single file in git:
$ git commit -m "Message goes here" file_name

example:
$ git commit -m "Pushing Only Single file to git" name.txt
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #commit #single #file #git
ADD COMMENT
Topic
Name
7+1 =