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>”
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 |