Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to add and commit all files in git

git add . 
//^ to add all files 

git commit -m "Your Message"
// to commit all files with a message
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #commit #files #git
ADD COMMENT
Topic
Name
9+5 =