List Question
20 TechQA 2024-03-27T19:24:09.633000How to remove a feature from master-dev after has been intermingled with other feature commits?
49 views
Asked by Hoyt Jolly
Reset all files affected by past commit to the state before that commit
106 views
Asked by Anton Duzenko
Can't use reset --hard on individual file?
59 views
Asked by Steve Summit
How do I cancel a merge commit (non-squash)?
55 views
Asked by JoonT
I accidentally git reset --hard in the first initial commit, how to restore it back?
68 views
Asked by Mixko
I want to checkout into an existing branch but handle it as a new branch
61 views
Asked by MachineLeon
Wrong git commit to trunk in local, how to pull clean from remote?
85 views
Asked by André
How do I check what `origin` references in my remote repository?
819 views
Asked by roulette01
git "You have divergent branches" when I havent made any changes or commits
1.6k views
Asked by John Little
How can I reset to the main branch in git
269 views
Asked by Charles
Unknown revision or path not in the working tree on git reset --soft
286 views
Asked by pensee
Where is the git documentation that specifies that a reset can take a branch name as an argument?
28 views
Asked by IEnjoyEatingVegetables
git reset --hard HEAD~1
306 views
Asked by Corristo
Change files in working directory while not changing branch
60 views
Asked by Cornelius Roemer
What is the difference between "git reset --hard HEAD~1" and "git checkout ."?
231 views
Asked by Juan Fruto
How do I hard reset a branch to a previous state when the tip of the branch is behind
27 views
Asked by Nadera Sultana Tany
How to apply `git reset HEAD~1` on the Github instead of the local repository?
1.3k views
Asked by Jay
How can I undo that unstaged changes were deleted by git reset --hard HEAD^?
164 views
Asked by user11555842