Linked Questions

2 votes
1 answer
68 views

Deleted a Git Branch and it changed my HEAD, How do I change it back?

I'm not entirely sure of my process here, not too sure what I did or how it happened. But we've locally deleted the master branch on accident. And now the HEAD of the project has changed to a ...
Andrew Ice's user avatar
1 vote
1 answer
67 views

Git head getting detached when I push or commit

Hi I am new to Git and I am trying to do these simple steps. First I clone my remote repo from GitHub git clone [email protected]:eldon/Test.git Then I make some changes in a file and try to stage it ...
Eldon Kuzhyelil's user avatar
1 vote
2 answers
64 views

Find later changes to a file in git

I checked out a specific revision of a repository with git checkout after git clone (git tells me that I have a detached head, if that is important).Now, this revision doesn't compile completely. It ...
jdm's user avatar
  • 9,880
0 votes
0 answers
60 views

Testing with RSpec I have a message like git detached HEAD state

I'm reading a book Multitenancy with Rails 2nd edition. And I configured the project and then testing with RSpec. The results of the test was 48 examples, 0 failures. But before that I take a lot of ...
rld's user avatar
  • 2,693
0 votes
1 answer
50 views

Missing local file when committing to github

I can neither find my files in my local repository nor in github repository after I did some commands in linux command line. Here is the command that I've used. $ git init $ git config user.name ...
Bryan's user avatar
  • 1
0 votes
1 answer
49 views

Does a commit know its children? - detached HEAD

Do I understand what's detached HEAD is all about in GIT? I see it as follows. HEAD points to the currently active branch. If I checkout (select) an earlier commit in the branch, HEAD's will store ...
user4205580's user avatar
0 votes
1 answer
45 views

Change the commit message of another user?

I'm trying to squash some commits that another user has pushed. Even though the commits have been squashed locally on my git log, when I try to do a force push to the master branch it doesn't change ...
msun's user avatar
  • 41
0 votes
1 answer
31 views

Resurrect lost commits to deattached head

I have regularly committed my progress and wanted to push it today. For some reasons I got an error having a deattached head and (deny updating a hidden ref). Now, after doing various steps in order ...
Qohelet's user avatar
  • 1,548
0 votes
1 answer
25 views

I want to access New Commit made to my PR [duplicate]

I submitted a PR and a commit was added to that branch is I pushed. Please how can I get the new commit to show in the branch on my machine.
Chayyccee's user avatar

15 30 50 per page
1 2 3 4 5
6