Wednesday, September 23, 2009

Git fetch remote branches


# Fetch histories of all remote branches
git fetch remote

# Fetch histories of only remote master branch
git fetch remote master

# Rebase with remote branch
git rebase remote/branch

No comments:

Blog Archive