# add all new files and changed files git-add . # commit new version git-commit -m'check in 2.6.2 upstream' # see how the repository has changed gitk --all