-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「Feature Request」detached HEAD should show in left Branches
area
#107
Comments
Sorry for the delay. I like the idea. I'll try to implement this in the next release. |
Yes please, this is a blocker for me to swith from sourcetree. |
@bwl21 sounds like a good reason to increase priority of the task :). It's going to be done in 1.0.60. |
@ooopscc @bwl21 this feature is finally available in 1.0.60 |
Very cool. Now we can see that we are on a detached head. Here is a situation in fork,
Here is what I expected (Sorry Atlassian, I shameless copy Sourcetree's beahavior). But this visualization is the coolest approach I have seen for this. |
is there any chance that you come closer to sourcetree's approach. In particular it is not always visible if there are uncommitted changes. An earlier version (before 1.0.61) showed a number of uncommitted changes on the "Changes" entry in the left pane. But with 1.0.61 even this seems to be gone. edit: maybe it is gone due to #147 |
@DanPristupov why do you close this issue? is it fixed or wontfix. |
Depends on what you mean. Fork shows |
It's probably excessive to show such a label all the time, but I can show it in
What's the point of this? It seems strange to show a fake revision which semi-duplicates the "Changes" view. |
Well it is how Sourcetree does it (which is where I came from). The way fork currently does it is also reasonable after one got used to it. Thanks for the explanation. |
Ok, going to keep that issue closed. Please let me know if I'm missing something and feel free to create a separate issue if you have some idea. |
When checkout to a commit without tag, you have a detached HEAD.
git status
will showIn SourceTree, the left
Branches
area has a HEAD "branch" flag, click it will lead you to the commit. But in Fork, I can not find that commit I have checked out, unless I scroll from the long long commit history.The text was updated successfully, but these errors were encountered: