How to diff a single, unstaged file in magit-status?
up vote
1
down vote
favorite
How can I display a diff for the actually selected file in magit-status
? What can I do in
do display a diff of build/conf/local.conf
?
With the now deprecated git-status
, I could run git-diff-file
(=
) to see quickly what has been changed (without visiting the buffer first or digging through the the complete list of unstaged changes).
magit git diff
add a comment |
up vote
1
down vote
favorite
How can I display a diff for the actually selected file in magit-status
? What can I do in
do display a diff of build/conf/local.conf
?
With the now deprecated git-status
, I could run git-diff-file
(=
) to see quickly what has been changed (without visiting the buffer first or digging through the the complete list of unstaged changes).
magit git diff
See also stackoverflow.com/q/17798109/324105
– phils
Nov 25 at 22:27
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How can I display a diff for the actually selected file in magit-status
? What can I do in
do display a diff of build/conf/local.conf
?
With the now deprecated git-status
, I could run git-diff-file
(=
) to see quickly what has been changed (without visiting the buffer first or digging through the the complete list of unstaged changes).
magit git diff
How can I display a diff for the actually selected file in magit-status
? What can I do in
do display a diff of build/conf/local.conf
?
With the now deprecated git-status
, I could run git-diff-file
(=
) to see quickly what has been changed (without visiting the buffer first or digging through the the complete list of unstaged changes).
magit git diff
magit git diff
asked Nov 25 at 15:27
ensc
1585
1585
See also stackoverflow.com/q/17798109/324105
– phils
Nov 25 at 22:27
add a comment |
See also stackoverflow.com/q/17798109/324105
– phils
Nov 25 at 22:27
See also stackoverflow.com/q/17798109/324105
– phils
Nov 25 at 22:27
See also stackoverflow.com/q/17798109/324105
– phils
Nov 25 at 22:27
add a comment |
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
Type TAB.
Many sections in Magit can be expanded (and then again collapsed) by pressing TAB. Actually I was working on adding indicators to make that more obvious yesterday. Might try to finish that later today.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
Type TAB.
Many sections in Magit can be expanded (and then again collapsed) by pressing TAB. Actually I was working on adding indicators to make that more obvious yesterday. Might try to finish that later today.
add a comment |
up vote
5
down vote
accepted
Type TAB.
Many sections in Magit can be expanded (and then again collapsed) by pressing TAB. Actually I was working on adding indicators to make that more obvious yesterday. Might try to finish that later today.
add a comment |
up vote
5
down vote
accepted
up vote
5
down vote
accepted
Type TAB.
Many sections in Magit can be expanded (and then again collapsed) by pressing TAB. Actually I was working on adding indicators to make that more obvious yesterday. Might try to finish that later today.
Type TAB.
Many sections in Magit can be expanded (and then again collapsed) by pressing TAB. Actually I was working on adding indicators to make that more obvious yesterday. Might try to finish that later today.
answered Nov 25 at 15:53
tarsius
15.9k23981
15.9k23981
add a comment |
add a comment |
Thanks for contributing an answer to Emacs Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2femacs.stackexchange.com%2fquestions%2f46208%2fhow-to-diff-a-single-unstaged-file-in-magit-status%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
See also stackoverflow.com/q/17798109/324105
– phils
Nov 25 at 22:27