What is Git----A first glance of Git


Git: Version Control System (VCS) are used for tracking changes in source code file.

---Distributed version control
---Coordinates work between multiple developers/testers.
---Who made what changes and when
---Revert back at any time
---Local and Remote - DevOps
---Keeps track of code history
---Takes snapshop of your files
---You decide when to commit your changes
---You can visit code change anytime
---You stage files before commiting

0 comments:

Post a Comment