1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 00:02:28 +00:00

Updated makefiles from gsictl

This commit is contained in:
J. Fernando Sánchez 2017-09-29 15:39:26 +02:00
parent 14bcfd511f
commit a3a9414073

2
git.mk
View File

@ -5,7 +5,7 @@ tag:
git tag ${VERSION} git tag ${VERSION}
push:: push::
git push -u --tags origin HEAD git push --tags -u origin HEAD
pull:: pull::
git pull --all git pull --all