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: CONTRIBUTING.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ _you should see branches on origin as well as upstream, including 'main'_
56
56
- For example, to create and switch to a new branch for issue GH-123: `git checkout -b GH-123`
57
57
* You might be working on several different topic branches at any given time, but when at a stopping point for one of those branches, commit (a local operation).
58
58
* Please follow the "Commit Guidelines" described in
59
-
https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
59
+
https://git-scm.com/book/ms/v2/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
60
60
* Then to begin working on another issue (say GH-101): `git checkout GH-101`. The _-b_ flag is not needed if that
61
61
branch already exists in your local repository.
62
62
* When ready to resolve an issue or to collaborate with others, you can push your branch to origin (your fork),
0 commit comments