Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Back in the day imagine that you want to build a website. You might have:
- Fired up Dreamweaver or BBEdit and started writing HTML.
- Test it locally and make sure things look right.
- Upload it to an S/FTP location to make it "Live"
- Email all your friends to go take a look at your new website with all the construction gifs.

This model is still used for quick and dirty changes/prototyping in lots of non-html contexts. Need to set up kubenetes a certain way? You might make some changes and quickly deploy with `kubectl`.
If it ain't broke don't fix it. Why do we need more than this? So we all look back on history fondly. Then we remember what actually happened.
Expand Down Expand Up @@ -82,4 +83,4 @@ While Git is a powerful and versatile version control system, it has some limita
- **Performance**: Operations like cloning and checking out branches can become slow in very large repositories.

## Conclusion
Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results.
Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results.