#git bot interface
History of !upstream
- Do you want to set the remote branch which is being tracked(!set_upstream), list what remote branches are being tracked(!show_upstream), or incorporate changes from another repo which is not your "origin"(!pull_upstream) ?
By EugeneKay at 2012-10-01 03:54:56
- Do you want to set the remote branch which a branch tracks (!set_upstream) or incorporate changes from a repo which is not marked as being "upstream" of your current branch (!pull_upstream)?
By jast at 2012-07-30 07:57:44
- Do you want to set the remote branch which a branch tracks(!set_upstream) or incorporate changes from a repo which is not marked as being "upstream" of your current branch(!pull_upstream) ?
By EugeneKay at 2012-07-27 21:52:00
- To incorporate changes from an "upstream" repository(or any other Fork) into your repo, you can use: git remote add upstream $URL; git fetch upstream; git merge upstream/$BRANCH
By EugeneKay at 2012-04-10 02:59:34
- To incorporate changes from the "upstream" repository into your Fork, you can use: git remote add upstream $URL; git fetch upstream; git merge upstream/$BRANCH
By EugeneKay at 2012-04-10 02:53:13