

With everything set up properly, your workflow is simple: For this workflow, do everything on master. If you really need branching, go for it, but think about this: in your documentation, specs, requirements docs, and notes, will you ever need to separate work in that way? Probably not. It’s called the Git Centralized Workflow. The idea is to create a Git workflow and make it feel almost like working in Google Drive. You can do a lot of complicated things with all these tools, but the goal of this tutorial is to show you a workflow so simple, even the pointiest-haired of your colleagues won’t be fazed by it. Yes, you can do all your Git stuff from the command line, if you like. GitHub Desktop or Sourcetree - because they make it simple to manage all the source control stuff in Git.Yes, you can use your own repository if you like, or host on another service such as GitLab. Git hosted on GitHub or Bitbucket - because Git is the best source control.

Yes, you can use Sublime or Atom instead if you like.

Typora online how to#
Now that you’ve started using Markdown, learned how to take notes in Typora, and figured out how Git works, you’re ready to use the Git Centralized Workflow and a WYSIWYG Markdown editor to manage documents across teams. If only there were a workflow that could do both! There are many collaboration tools that give you the comfy WYSIWYG collaborative experience product managers like - Google Drive, for example, or Dropbox Paper - and then there are tools that integrate with source control so that engineering teams can participate easily. I recently talked to someone who wanted product management to be able to collaborate on specifications and other documentation that could then be managed in source control.
Typora online code#
On the other hand, engineers need source control to ensure that their code and internal documents can be trusted. Product managers don’t want to mess with complicated toolchains they want to get work done in a lightweight tool and share it easily.
