codekingpro's picture
Add files using upload-large-folder tool
7d9f904 verified
Raw
History Blame
218 Bytes
#!/bin/sh
# Placeholder for the deprecated `git update` command
echo 'Warning! `git update` has been deprecated;' >&2
echo 'Please use `git update-git-for-windows` instead.' >&2
exec git update-git-for-windows "$@"