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:38:59 +02:00
parent 3d23370a59
commit 14bcfd511f

2
git.mk
View File

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