Git-repository Commits and branches

Git repository

During all of the development projects this semester, I've made sure to use Git to store all of my code. I do this because it makes it easier to have version control over a project and it also makes it easier to work on the same project from multiple locations / computers.

Another benefit of using Git is that when I make a mistake in the code and need to go to a previous version, git makes it easy to find said version and revert to it.

The link to my Git home page can be found by clicking here. The link opens in a new tab.