You are not logged in.

#1 2009-10-03 19:09:31

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

[Solved] Git command to viev file to push or all added to repo files.

Hello.
Is there any command to viev files to push to repo or all files that are in repo?
Thanks I searched for that command but no luck wink

Last edited by SpeedVin (2009-10-04 09:13:04)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#2 2009-10-03 23:05:01

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: [Solved] Git command to viev file to push or all added to repo files.

The git command has commands that are associated with it.

If you do git --help  you will get a list of the most common commands.

Perhaps you are looking for  diff, or show, or maybe status or log.   

The command : git help COMMAND will give you the man page for the appropriate command, and may help narrow your search a little bit, as your question is kind of vague.


Knute

Offline

#3 2009-10-04 09:12:47

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Git command to viev file to push or all added to repo files.

Knute wrote:

The git command has commands that are associated with it.

If you do git --help  you will get a list of the most common commands.

Perhaps you are looking for  diff, or show, or maybe status or log.   

The command : git help COMMAND will give you the man page for the appropriate command, and may help narrow your search a little bit, as your question is kind of vague.

Thanks Knute I searched for diff.
I readed git  --help but I doesen't know about git help comand.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#4 2009-10-04 13:21:32

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: [Solved] Git command to viev file to push or all added to repo files.

IF you RTFM on git --help  the last line states

git --help wrote:

See 'git help COMMAND' for more information on a specific command.

This means that if you use the command: git help diff it will tell you about git's diff command, or any other command that was listed by --help.

Last edited by Knute (2009-10-04 13:27:10)


Knute

Offline

#5 2009-10-04 17:12:53

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: [Solved] Git command to viev file to push or all added to repo files.

Beet a bit but I think you can do 'git commit -a' and it will show a difference before uploading.  Been a bit though.


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

Board footer

Powered by FluxBB