Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commit specific files

//add that specific file
 git add "File name"
//Committing file wiht message
git commit -m "Message of the commit"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #commit #specific #files
ADD COMMENT
Topic
Name
3+8 =