-
This can not be performed from UI. You will need to run a forced push from command line
-
How then would I delete the files locally? Git pull does not seem to delete them, do I have to manually delete them locally?
-
You may use below to reset current branch to an old commit:
git reset --hard <some old commit hash> -
Previous Value Current Value Open
Closed
-
Closing as it is a git question instead of a OneDev question.
| Type |
Question
|
| Priority |
Major
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
This might be a dumb question, but is there a way on the website UI to reset a branch to a previous commit? I've tried branching the commit and merging (it didn't work) and I can't find a button to reset or anything. Am I missing something? Thank you