mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
cleanup
This commit is contained in:
parent
2f264866bb
commit
c871559a78
15
git/commit
15
git/commit
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
# ./scripts/clean.sh
|
|
||||||
|
|
||||||
comment="$1"
|
|
||||||
|
|
||||||
if [ -z "$comment" ]
|
|
||||||
then
|
|
||||||
comment="Project updated"
|
|
||||||
fi
|
|
||||||
|
|
||||||
git add -A .
|
|
||||||
git commit -a -m "$comment"
|
|
||||||
git push origin
|
|
||||||
|
|
14
git/tag
14
git/tag
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
ver="$1"
|
|
||||||
|
|
||||||
# Parse command line parameter
|
|
||||||
if [ -z "$ver" ]
|
|
||||||
then
|
|
||||||
echo Argument version number missing
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Tag and push tags
|
|
||||||
git tag -a "v$ver" -m "Release v$ver"
|
|
||||||
git push origin "v$ver"
|
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
git pull
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
git fetch --all
|
|
||||||
git reset --hard origin/master
|
|
||||||
|
|
||||||
git pull
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user