Answers for "push local file to remote forcefully"

0

push local file to remote forcefully

git push <remote> <branch> --force-with-lease

git fetch --all 
git reset --hard <remote>/<branch_name>
Posted by: Guest on September-09-2021

Code answers related to "push local file to remote forcefully"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language