chore: Port FreeSewing.dev to docusaurus
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus setup. It's part of my efforts to simplify FreeSewing's setup so we can focus on our core value proposition.
This commit is contained in:
parent
497633d1d3
commit
ab3204f9f1
692 changed files with 11037 additions and 20674 deletions
26
sites/dev/docs/howtos/git/readme.mdx
Normal file
26
sites/dev/docs/howtos/git/readme.mdx
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: Common git challenges
|
||||
---
|
||||
|
||||
Git is a distributed version control system originally created by
|
||||
Linus Torvalds (of Linux fame).
|
||||
Much like Linux itself, git is immensely powerful yet can be intimidating
|
||||
at first.
|
||||
|
||||
Below are some common challenges when working with FreeSewing code in git:
|
||||
|
||||
<ReadMore recurse />
|
||||
|
||||
:::tip
|
||||
|
||||
##### Git what now?
|
||||
|
||||
If you've never heard of git, if you're not even sure what a version
|
||||
control system is, I recommend
|
||||
this [Learn Git in 15 Minutes](https://www.youtube.com/watch?v=USjZcfj8yxE&) introduction video.
|
||||
|
||||
If you've used git before, but always felt confused about how it works,
|
||||
check out this [Git For Ages 4 And Up](https://youtu.be/1ffBJ4sVUb4?t=121) video.
|
||||
A bit longer, but it well worth a watch.
|
||||
|
||||
:::
|
Loading…
Add table
Add a link
Reference in a new issue