Quantcast
Channel: Undoing a git rebase - Stack Overflow
Viewing all articles
Browse latest Browse all 23

Answer by Damodar P for Undoing a git rebase

$
0
0

git reset --hard origin/{branchName}

is the correct solution to reset all your local changes done by rebase.


Viewing all articles
Browse latest Browse all 23

Trending Articles