$ 0 0 Git has the concept of staged/unstaged changes, as well as commits. The first step is to add this file to the staged area with “git add”. Here’s the code git add '.\Current\Old backups.sql' Once this ...