Git | Committing Your Changes | git commit

Pubblicato il: 30 luglio 2023
sul canale di: 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"


In questa pagina del sito puoi guardare il video online Git | Committing Your Changes | git commit della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Git हिन्दी 30 luglio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 13 volte e gli è piaciuto 0 spettatori. Buona visione!