Articles → GIT → Perform Our First Commit In Git

Perform Our First Commit In Git






What Does Commit Means?





Prerequisite




git config --global user.name "Karan Gupta"
git config --global user.email "karan@gyansangrah.com"



Commit Operation




Git commit -m “<message>” 




Picture showing the first commit operation in git
Click to Enlarge


Commit Multiple Files In One Go




Git commit *.* -m <message>

Or 

Git commit -a -m <message>



Posted By  -  Karan Gupta
 
Posted On  -  Wednesday, June 26, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250