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: content/contributing/contributing-workflow.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ We use and recommend the following workflow:
114
114
- GitHub has it's own [desktop client](https://desktop.github.com/).
115
115
- There is an extension for [Visual Studio](https://marketplace.visualstudio.com/items?itemName=GitHub.GitHubExtensionforVisualStudio).
116
116
- Visual Studio Code has it's owned Git client baked in.
117
-
- There is also the popular [Tower](https://www.git-tower.com/) and many others.
117
+
- There is also the popular [Fork](https://www.fork.dev/) and many others.
118
118
119
119
If you are using a GUI client don't bother with the the git command lines shown bellow.
120
120
@@ -191,5 +191,3 @@ Here are a few resources that we've compiled to get you up to speed. No claims t
191
191
-[Git Reference](https://git.github.io/git-reference/). Nice and concise reference of the essential functions of git. Takes about 30min to read through, you'll come out smarter at the end.
192
192
193
193
- The git [community book](https://git-scm.com/book/en/v2). This book is meant to help you learn how to use Git as quickly and easily as possible.
194
-
195
-
-[Escape a git mess step-by-step](https://justinhileman.info/article/git-pretty/git-pretty.png). Humorous and handy workflow to help you when you get stuck with git and your blood pressure starts to rise.
0 commit comments