Sometimes you just want to merge code from git and not have to worry about fixing merge issues. To do this there are many ways. Here’s a few:
1 | git stash |
1 | git reset --hard |
Sometimes you just want to merge code from git and not have to worry about fixing merge issues. To do this there are many ways. Here’s a few:
1 | git stash |
1 | git reset --hard |