Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Mounie
formation-git
Commits
bcd91c54
Commit
bcd91c54
authored
Dec 18, 2019
by
Grégory Mounié
Browse files
command pour l'upload vers gitlab
parent
7a1c9ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
MOSIG_AdvancedBasic2h/Makefile
View file @
bcd91c54
PDFLATEX_OPTIONS
=
-shell-escape
FILES
=(
git-computer-lab.pdf README.org
)
include
LaTeX.mk
upload-gitlab
:
$(FILE)
ls
/tmp/www-git
||
(
cd
/tmp/
&&
git clone git@gitlab.ensimag.fr:systemes/www-git.git
)
cd
/tmp/www-git
&&
git pull
cp
-a
avance
$(FILES)
/tmp/www-unix/public/
@
printf
"Documents copié dans /tmp/www-unix
\n
Penser à y faire git commit et git push pour les pousser vers gitlab"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment