#!/usr/bin/env bash

# Mise
#MISE alias="pull"
#MISE description="Pull latest changes"

# Action
git pull -r
