Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
tutorials:keepassgit [2011/05/18 12:14] clemenstutorials:keepassgit [2011/05/18 12:14] clemens
Line 78: Line 78:
                 touch keepass.kdb.scriptlock                 touch keepass.kdb.scriptlock
                 git add keepass.kdb.scriptlock                 git add keepass.kdb.scriptlock
-                git commit -am "lock file erstellt"+                git commit -am "created lock file"
                 git push                 git push
                 keepassx keepass.kdb                 keepassx keepass.kdb
                 rm keepass.kdb.scriptlock                 rm keepass.kdb.scriptlock
                 git rm keepass.kdb.scriptlock                 git rm keepass.kdb.scriptlock
-                git commit -am "lock file geloescht"+                git commit -am "deleted lock file"
                 git push                 git push
         fi         fi