Loading .gitconfig +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ tag-version = !git tag -af "v$(cat VERSION)" tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease update-requirements = !git stash save -a -u -q && ( git ls-files '*requirements*.txt' | xargs pur -r ) && ( git commit -a -m '- Updated requirements.' || echo 'No requirements updated.' ) && git stash pop [color] grep = true [core] Loading Loading
.gitconfig +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ tag-version = !git tag -af "v$(cat VERSION)" tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease update-requirements = !git stash save -a -u -q && ( git ls-files '*requirements*.txt' | xargs pur -r ) && ( git commit -a -m '- Updated requirements.' || echo 'No requirements updated.' ) && git stash pop [color] grep = true [core] Loading