# add all new files and changed files git-add . # check in my changes on mine branch git-commit -m'check in my mods' # see how the repository has changed gitk --all