Git in Action #7
After adding files to the repository index (staging them) we commit them to save a snapshot of the current state of the changes. Commits help us to have a backup from our code in that particular time, so later on we can revert back to that state if a...
simplekit.hashnode.dev1 min read