chore(markdown): Linting of dev docs
This commit is contained in:
parent
1d8beedd44
commit
265ad404da
317 changed files with 1281 additions and 1503 deletions
|
@ -2,7 +2,6 @@
|
|||
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 immensly powerful yet can be intimidating
|
||||
|
@ -17,7 +16,7 @@ Below are some common challenges when working with FreeSewing code in git:
|
|||
##### Git what now?
|
||||
|
||||
If you've never heard of git, if you're not even sure what a version
|
||||
control system is, I recommend
|
||||
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,
|
||||
|
@ -25,4 +24,3 @@ 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.
|
||||
|
||||
</Tip>
|
||||
|
||||
|
|
|
@ -94,11 +94,10 @@ Date: Sun Jan 16 13:48:15 2022 +0100
|
|||
```
|
||||
|
||||
Instead, all the previous changes are now staged, and we can do a new commit,
|
||||
and rewrite our for quick-save commits into one commit that only commits the
|
||||
and rewrite our for quick-save commits into one commit that only commits the
|
||||
end result of our repeated attempts.
|
||||
|
||||
This approach keeps the commit history clean, not to mention that it makes
|
||||
you look like a total boss who gets everything right at the first attempt.
|
||||
|
||||
|
||||
[1]: https://github.com/freesewing/freesewing/commit/5204ff5c16327962108e1629716e045275d3bf84
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue