You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/06-github/sections/2-contributing.asc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,13 @@ This is basically the Integration Manager workflow covered in <<ch05-distributed
49
49
50
50
Let's walk through an example of proposing a change to an open source project hosted on GitHub using this flow.
51
51
52
+
[TIP]
53
+
====
54
+
You can use the official *GitHub CLI* tool instead of the GitHub web interface for most things.
55
+
The tool can be used on Windows, MacOS, and Linux systems.
56
+
Go to the https://cli.github.com/[GitHub CLI homepage] for installation instructions and the manual.
57
+
====
58
+
52
59
===== Creating a Pull Request
53
60
54
61
Tony is looking for code to run on his Arduino programmable microcontroller and has found a great program file on GitHub at https://github.com/schacon/blink[].
0 commit comments