Git is a version control system. It allows you to track and share changes to your code. Instead of having a single copy of your code,you'll keep a working copy that you edit, and send checkpoints of your work to a code repository.
Git is a version control system. It allows you to track and share changes to your code. Instead of having a single copy of your code,you'll keep a working copy that you edit, and send checkpoints of your work to a code repository.