Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to add and commit files to a Git repository

#Make a change and Commit the changed files with a message:
git commit -a -m "Commit message here"


#commit desired files with desired message:
git commit -m "Commit message here"
 
PREVIOUS NEXT
Tagged: #How #add #commit #files #Git #repository
ADD COMMENT
Topic
Name
5+7 =