Wednesday, June 18, 2025

just git push after git checkout -b existingbranch

If we check out an existing branch, make modifications and want to push to that branch, we just have to do 
git push
and not 
git push -b existingbranch
or else we would get the error
existingbranch already exists




No comments:

Post a Comment