Inspiration: Deis Commit Style Guide and conventionalcommits
I often quote Deis in sections below.
It makes going back and reading commits easier. It also allows you to spend less time thinking about what your commit message should be.
Inspiration: Deis Commit Style Guide and conventionalcommits
I often quote Deis in sections below.
It makes going back and reading commits easier. It also allows you to spend less time thinking about what your commit message should be.
فکر میکنم برای اینکه بتوانیم جواب مشخصی را از آن مرحله بدست بیاوریم | |
منظورم اینه که اگر مراحل افقی رو به شکل زیر در نظر بگیریم: | |
develop ----- test ----- product | |
و مراحل عمودی رو به شکل زیر در نظر بگیریم: | |
develop ------------------------test ------------------------------------product | |
manage Unit test feedback | |
structure Integration testing monitoring | |
implement Interface testing backup | |
... ... ... |
<?xml version="1.0" encoding="utf-8" ?> | |
<!-- SQL XML created by WWW SQL Designer, https://github.com/ondras/wwwsqldesigner/ --> | |
<!-- Active URL: http://ondras.zarovi.cz/sql/demo/ --> | |
<sql> | |
<datatypes db="mysql"> | |
<group label="Numeric" color="rgb(238,238,170)"> | |
<type label="Integer" length="0" sql="INTEGER" quote=""/> | |
<type label="TINYINT" length="0" sql="TINYINT" quote=""/> | |
<type label="SMALLINT" length="0" sql="SMALLINT" quote=""/> | |
<type label="MEDIUMINT" length="0" sql="MEDIUMINT" quote=""/> |
:colorscheme molokai " Set colorScheme | |
:set number " Display line numbers on the left side | |
:set ls=2 " This makes Vim show a status line even when only one window is shown | |
:filetype plugin on " This line enables loading the plugin files for specific file types | |
:set tabstop=4 " Set tabstop to tell vim how many columns a tab counts for. Linux kernel code expects each tab to be eight columns wide. | |
:set expandtab " When expandtab is set, hitting Tab in insert mode will produce the appropriate number of spaces. | |
:set softtabstop=4 " Set softtabstop to control how many columns vim uses when you hit Tab in insert mode. If softtabstop is less than tabstop and expandtab is not set, vim will use a combination of tabs and spaces to make up the desired spacing. If softtabstop equals tabstop and expandtab is not set, vim will always use tabs. When expandtab is set, vim will always use the appropriate number of spaces. | |
:set shiftwidth=4 " Set shiftwidth to control how many columns text is indented with the reindent operatio |
I hereby claim:
To claim this, I am signing this object: