Skip to content

Commit

Permalink
docs: add link to git.md in intro
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Nov 17, 2023
1 parent 4a72b86 commit af8418e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entries/git-workflow-guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ date: last-modified

### Introduction

Note: In this and the following Git workflow posts, we assume that you know the basics of what Git is. If this is not the case, the Git-scm website includes great documentation, videos to get you started, as well as cheat sheets. (from VS code post)
Otherwise, we will briefly introduce Git below.
Note: In this and the following Git workflow posts, we assume that you know the basics of Git and GitHub. If this is not the case, go to the [Introduction to Git](git.md) post.

When using Git in individually or in a collaborative setting, there are several workflow conventions to choose from. In this and the following posts, we want to make explicit how to organise your work with [Git](https://git-scm.com/) and [GitHub](github.com) to ensure a more homogeneous and clear structure across contributions. This includes how and when to create *branches*, *pull requests*, *reviews*, *issues*, and *commits*, as well as naming conventions.

Expand Down

0 comments on commit af8418e

Please sign in to comment.