Be careful, ensure you're using the good git:

For example, under Mandriva, the package name for git is "linus-git", 
because git is also the name of the GIT (GNU Interactive Tools).

These command should give you this result (well, your git version may be 
another one > 1.0 )

[EMAIL PROTECTED] ~]$ git --version
git version 1.3.2

[EMAIL PROTECTED] ~]$ git help
Usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [--help] COMMAND [ 
ARGS ]

The most commonly used git commands are:
     add            Add files to the index file
     apply          Apply patch on a git index file and a work tree
     bisect         Find the change that introduced a bug
     branch         List, create, or delete branches.
     checkout       Checkout and switch to a branch
     cherry-pick    Apply the change introduced by an existing commit
     clone          Clones a repository
     commit         Record your changes
     diff           Show changes between commits, commit and working 
tree, etc
     fetch          Download objects and a head from another repository
     grep           Print lines matching a pattern
     init-db        Creates an empty git repository
     log            Show commit logs
     merge          Grand Unified Merge Driver
     mv             Move or rename a file, directory or symlink
     prune          Prunes all unreachable objects from the object database
     pull           Pull and merge from another repository
     push           Update remote refs along with associated objects
     rebase         Rebase local commits to new upstream head
     reset          Reset current HEAD to the specified state
     revert         Revert an existing commit
     rm             Remove files from the working tree and from the index
     show           Show one commit with difference it introduces
     show-branch    Show branches and their commits
     status         Show working tree status
     tag            Create a tag object signed with GPG
     verify-tag     Check the GPG signature of tag
     whatchanged    Show logs with difference each commit introduces
(use 'git help -a' to get a list of all installed git commands)

Sankarshan Mukhopadhyay a écrit :
> Craig Keogh wrote:
> 
> 
>>Likely you don't have git installed.
> 
> 
> Err no. git is there alright. :) But thanks for taking interest
> 
> :Sankarshan
> 
> 
_______________________________________________
gnome-love mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-love

Reply via email to