Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:keepassgit [2011/05/18 12:12] clemenstutorials:keepassgit [2011/05/18 12:14] clemens
Line 57: Line 57:
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
 +
 git pull origin master git pull origin master
 +
 if [ $? -gt 0 ]; then if [ $? -gt 0 ]; then
         echo "===================================="         echo "===================================="