mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 20:30:32 +02:00
Fixed Git Integration
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user