Git Add And Commit Files | Git Staging | Git Log | Git Revert part #4 [HINDI]
When working in Git, or other version control systems, the concept of "saving" is a more nuanced process than saving in a word processor or other traditional film editing applications. The traditional software expression of "saving" is synonymous with the Git term "committing". A commit is the Git equivalent of a "save". Traditional saving should be thought of as a file system operation that is used to overwrite an existing file or write a new file. Alternatively, Git committing is an operation that acts upon a collection of files and directories. Create your new files or edit existing files in your local project directory. Enter git add . at the command line prompt in your local project directory to add the files or changes to the repository. Enter git status to see the changes to be committed.
Git Add And Commit Files | Git Staging | Git Log | Git Revert part #4 [HINDI]
Our Playlists:
Laravel 9:
https://www.youtube.com/playlist?list=PLT51dtioU1pMRjcKAxaFzvWu8Sts_UxoC
Vue 3 Laravel 9 Tutorial:
https://www.youtube.com/playlist?list=PLT51dtioU1pNUZtUhg9pmKpa8JyaCVUXh
Laravel Testing:
https://www.youtube.com/playlist?list=PLT51dtioU1pMVyvwyPVc-UwdeP2pQYeAU
Nuxt Js
https://www.youtube.com/playlist?list=PLT51dtioU1pPGuiF-LUncoy4dBlNZQZBR
Laravel And Vuejs
https://www.youtube.com/playlist?list=PLT51dtioU1pN0mQqQ5RM5nE8uOfzsqml2
Laravel Notifications:
https://www.youtube.com/playlist?list=PLT51dtioU1pPaMcBTIvxVcVEnH9X5ynIt
Laravel And React Js
https://www.youtube.com/playlist?list=PLT51dtioU1pNoJ1C-TJbp13hEw7NmJv6i
Laravel Interview Questions And Answers:
https://www.youtube.com/playlist?list=PLT51dtioU1pMFovNbZHkHdJEzU5RNJwa2
Laravel User Management System:
https://www.youtube.com/playlist?list=PLT51dtioU1pPNxwwo3dWfkUCKI2BXnc_H
Laravel Multi Auth System
https://www.youtube.com/playlist?list=PLT51dtioU1pPmtFnYQ5WRnYvvL1zW74wl
Laravel Vue3 GraphQL
https://www.youtube.com/playlist?list=PLT51dtioU1pNpri2F02ydaRMyvjg8uvFg
Follow us:
YoutTube: https://www.youtube.com/c/Ajayyadavexpo
Instagram: https://www.instagram.com/ajayyadavexpo/
Twitter : https://twitter.com/ajayyadavexpo
Linkedin : https://www.linkedin.com/in/ajayyadavexpo/
Github : https://github.com/AjayYadavAi
Please subscribe to my channel and share the video with your friends.
#git #gitbash #gittutorial