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

Do a git pull in pre-commit

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