Commit 0999f134 by sn

git status

1 parent ee3a3dc4
Showing with 12 additions and 0 deletions
......@@ -30,4 +30,15 @@ mc_git_pull() {
echo '----------------------------' >> $logfile
}
mc_git_status() {
gitdir=$1
cd $gitdir
echo $gitdir
git status -s
git branch | grep '*'
echo '----------------------------'
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!