Hi,

--- On Wed, Sep 23, 2009 at 9:30 PM, Arne Babenhauserheide
<arne_...@web.de> wrote:
| I have to remember to use diff in 3 modes:
|
| so, which one do I really need?
|
| But that's essentially 3 different commands I need to keep in mind to see the
| state of my changes.
\--

The 'index' is explicit in 'git', and it helps you to move between
working directory and the local repository.

Even if you don't remember the git diff options, you can always do
'git status' at any point of time to see your current state of the
local repository, and the output is quite meaningful.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com


Reply via email to