Fixed Git Integration

This commit is contained in:
2020-01-15 15:14:25 +01:00
parent 4353b7764d
commit 979dfc220a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c con
echo "Uncrustify finished."
# Adding changes to git
echo "Committing Changes to Git..."
git add *
git add '*'
git commit -m "Automated Merge Preparation"
echo "Committed."
echo "Finished."

View File

@@ -28,7 +28,7 @@ doxygen conf/intelliphoto_dox
echo "Doxygen finished."
# Adding changes to git
echo "Committing Changes to Git..."
git add *
git add '*'
git commit -m "Automated Release Preparation"
echo "Committed."
echo "Finished."