Skip to content
Snippets Groups Projects
Commit b6ba71f3 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Do a git pull in pre-commit

parent 344cf891
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
git pull git pull || exit 1
if git rev-parse --verify HEAD >/dev/null 2>&1 if git rev-parse --verify HEAD >/dev/null 2>&1
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment