#!/bin/bash

function tasks.git_remote_status {

    git remote update
    git status

}
