Skip to content

Commit

Permalink
added cleanup for LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Murrell committed Jun 27, 2018
1 parent baa86c2 commit 2d1a094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ function _initialize_lfs()
done
git add .gitattributes
git commit -m "Initialized Git-LFS"
git reflog expire --expire-unreachable=now --all
git gc --prune=now
fi
}

Expand Down

0 comments on commit 2d1a094

Please sign in to comment.