Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

track-upstream.adoc

File metadata and controls

13 lines (9 loc) · 308 Bytes

Tracking upstream

We you need to track an upstream git repo after a fork, just add it as a remote branch:

git remote add --track <branchtotrack> upstream [email protected]:<orga>/<repo>.git

Using prezto aliases:

gRa --track <branchtotrack> upstream [email protected]:<orga>/<repo>.git