Commit 0f7b408d authored by Vitaly Lipatov's avatar Vitaly Lipatov

add gpull command

parent 5726a12e
#!/bin/sh
# load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common
if [ "$1" = "-h" ] ; then
echo "gpull [args] - do git pull --rebase"
echo "Use: ginit without parameters"
exit 1
fi
git pull --rebase $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment