Add fetch to makefiles push

57-refactor-conversion
J. Fernando Sánchez 6 years ago
parent f6ca82cac8
commit f1ec057b16

@ -6,6 +6,7 @@ makefiles-commit: makefiles-remote
git commit -em "Updated makefiles from ${NAME}"
makefiles-push:
git fetch makefiles $(NAME)
git subtree push --prefix=.makefiles/ makefiles $(NAME)
makefiles-pull: makefiles-remote

Loading…
Cancel
Save