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
2 days ago
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 2 days ago
ensc
1585
1585
See also stackoverflow.com/q/17798109/324105
– phils
2 days ago
add a comment |
See also stackoverflow.com/q/17798109/324105
– phils
2 days ago
See also stackoverflow.com/q/17798109/324105
– phils
2 days ago
See also stackoverflow.com/q/17798109/324105
– phils
2 days ago
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 2 days ago
tarsius
15.8k23981
15.8k23981
add a comment |
add a comment |
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
2 days ago