Git | Committing Your Changes | git commit

Published: 30 July 2023
on channel: Git हिन्दी
13
0

with the git commit command you can save your changes to the git database permanently and once you commit your changes, anytime you can revert your changes, you can compare your changes with previous ones.
The git commit command is at the heart of the source code management tool Git.
Once you commit the changes, it will never let them loose you can access everything later even after 1000 and more commits.

In this, we learn three variants of the git commit command.

git commit,
git commit -m "my message"
git commit -a -m "my message"


On this page of the site you can watch the video online Git | Committing Your Changes | git commit with a duration of hours minute second in good quality, which was uploaded by the user Git हिन्दी 30 July 2023, share the link with friends and acquaintances, this video has already been watched 13 times on youtube and it was liked by 0 viewers. Enjoy your viewing!