✨ Added finishing touches to bgit -r
This commit is contained in:
parent
6c5809c6d4
commit
c7ff2fe52e
1 changed files with 5 additions and 1 deletions
|
|
@ -240,7 +240,11 @@ else
|
|||
tput bold & tput setaf 7
|
||||
|
||||
git reset --hard ${commitarray[$version]}
|
||||
git push --force
|
||||
|
||||
for ((i = 0; i < $numrepos; i++)) ; do
|
||||
git push --force ${remotearray[i]} ;
|
||||
done
|
||||
|
||||
exit 0
|
||||
else
|
||||
echo "${txtblue}No revisions to git branch have been made.${txtwhite}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue