User Tools

Site Tools


informatica:git

This is an old revision of the document!


git

http://stackoverflow.com/questions/3258243/git-check-if-pull-needed

git remote update

To bring your remote refs up to date:

git status -uno

Will tell you whether the branch you are tracking is ahead, behind or has diverged. If it says nothing, the local and remote are the same.

git show-branch *master

Will show you the commits in all of the branches whose names end in master (eg master and origin/master).

informatica/git.1388388559.txt.gz · Last modified: 2015/04/13 20:19 (external edit)