[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make "git pull" do a...
- To: http://www.edge_spring.com/~robert
- Subject: make "git pull" do a...
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Mon, 28 May 2012 12:23:33 -0700
git fetch --all (for all branches)
git rebase -p branch (if a branch is specified)
and then the git pull