+[9 years ago]VxJasonxVyou are basically only guarenteed to get that +[9 years ago]VxJasonxVwhen viewing .md files in a git repository, GitHub will only render to that specification +[9 years ago]VxJasonxVhowever, when using GitHub to write issues/comments, etc., there is also "GitHub Flavored Markdown" ( https://guides.github.com/features/mastering-markdown/ ) +[9 years ago]VxJasonxVvanilla markdown doesn't do Inline Code ( `code` ) nor Code Fencing ( ```\nfunction foo()\n``` ). It does code blocks via 4 leading spaces. +[9 years ago]shudonoh, i see
+[9 years ago]scazanhello all +[9 years ago]scazanWas wondering if I could get some advice on common practice of how to treat the master branch +[9 years ago]scazanDo you all generally treat master branch as the latest stable version of an application? +[9 years ago]scazanI currently work off of dev branch and master branch is my stable... but thinking about whether what I should be doing is making a branch for the current version and master representing the latest stable bleeding edge +[9 years ago]tang^whatever !workflow works for you