How to use git commandsJohn Carlo Regala·FollowAug 26, 2024--2ShareFirstly, I pushed my local repository into github using git pushThen I staged the changes in all the files before committing them to the local repositoryAfter that I uploaded the local repository commits into the github using git pushAnd then lastly I checked the log and history of the commits done by using git log