Skip to content

Instantly share code, notes, and snippets.

@Coder-Dan
Last active August 5, 2023 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Coder-Dan/b713fcceb9aa2d858a27fb2fef0eb410 to your computer and use it in GitHub Desktop.
Save Coder-Dan/b713fcceb9aa2d858a27fb2fef0eb410 to your computer and use it in GitHub Desktop.
Developer Methodology Guide

List of Useful Developer Guides

Just a simple list of things I've read and added into my methodology when it comes to programming.

Git Version Control

A Simplified Convention for Naming Branches and Commits in Git View

The basic idea is to simplify your commits and make them clear. The post outlines a simple structure I now use in my commits to convey what I done.

Test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment