Skip to content
Snippets Groups Projects
Commit c598b55e authored by thiebolt's avatar thiebolt
Browse files

update

parent f9bd0501
Branches
Tags
No related merge requests found
#!/bin/bash
#
# Simple helper script ;)
#
if [ "$#" == "0" ]; then
msg='update'
......@@ -9,5 +12,5 @@ fi
set -x
git add --all
git commit -a -m "${msg}"
#git push
git push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment