We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d04b commit f8ecc43Copy full SHA for f8ecc43
README.md
@@ -68,3 +68,16 @@ $ git checkout pr/999
68
Branch pr/999 set up to track remote branch pr/999 from origin.
69
Switched to a new branch 'pr/999'
70
```
71
+
72
+To get latest changes to the PR:
73
74
+```
75
+$ git pull --tags origin refs/pull/1000/head
76
+From https://github.com/benfeely/angular-react
77
+ * branch refs/pull/1000/head -> FETCH_HEAD
78
+Updating aab92e2..2896b73
79
+Fast-forward
80
+...
81
82
83
+Note: "git pull" did not work for me by itself for the PR branch...
0 commit comments