opposite of 'git status' command -


To find out what has changed locally in my git work directory, go to git status I use. But what is the "opposite" of that order?

What do I mean, I would like to know what other people have tested in my remote / tracking branch (I am not sure if the remote branch is the same, in the branch of the Tracking Branch, GIT) but these changes Not working directory

As the question ""

  git log HEAD..branch  

Maybe you are searching here.

  x --- y --- z --- branch / --- a --- b --- c --- d --- e --- HEAD  

this will return x, y, z Note: only two points, not three here: HEAD..branch .

As mentioned in this second question:

It is the same GIT log branch - no head , and it means "all branches Works on HEAD "

Note: You must first update your local copy of a remote branch, a git Fetch is required without it, you will not take any new modifications on the remote branch.


Note: One is a local branch that is connected to the remote branch. When you push and pull that branch, it automatically pushes and pulls the remote branch which is connected to it.

When you clone a repository, the guit only creates a branch related to the master of the remote, for each other branch on the remote working on remote areas, you will be able to track the remote branch. There is a need to create a local branch.

There may be a patch to create (for June 2009) (this is not a fixed description, but still the work is in progress) git remote < To add / code> command to the ' Tracking ' option

git remote tracking & amp; Remote & gt; & Lt; Remote branch & gt;

shows all local branches, which are & lt; Remote branch & gt; , and distant , while

  git remote tracking & lt; Local branch & gt;   

& lt; Remote & gt; and & lt; Remote branch & gt; If & lt; Local branch & gt; is following the Remote-Tracking branch.

Although I do not see this feature.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -