We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cca67e commit cd512f0Copy full SHA for cd512f0
README.md
@@ -26,4 +26,10 @@ Quyền lợi bạn nhận được khi tham gia contribute cho dự án này:
26
Nếu bạn chưa từng làm về git và github vui lòng xem qua mô hình git flow với github:
27
- https://guides.github.com/introduction/flow/
28
- http://nvie.com/posts/a-successful-git-branching-model/
29
-- Cập nhật Upstream: https://help.github.com/articles/syncing-a-fork/
+- Cập nhật Upstream:
30
+Sử dụng lệnh này trước khi làm theo các bước tiếp theo từ trang https://help.github.com/articles/syncing-a-fork/
31
+```
32
+git remote add upstream https://github.com/esp8266vn/esp8266.vn.git
33
34
+
35
0 commit comments