Posts by guikingma • 11 points
1 post
-
1
votes1
answer725
viewsA: Commit to wrong branch
1- Back up what you did. 2- git checkout . 3- git checkout [branch_desejada] 4- git push origin [branch_desejada]
1 post
1
votes1
answer725
views1- Back up what you did. 2- git checkout . 3- git checkout [branch_desejada] 4- git push origin [branch_desejada]