
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.
26 lines
746 B
Text
26 lines
746 B
Text
---
|
|
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.
|
|
|
|
:::
|