Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

commit convention

# Quick examples
-----------------------------------------------
feat: new feature
fix(scope): bug in scope
feat!: breaking change / feat(scope)!: rework API
chore(deps): update dependencies

# Commit types
------------------------------------------------
build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
chore: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries
docs: Documentation only changes
feat: A new feature
fix: A bug fix
perf: A code change that improves performance
refactor: A code change that neither fixes a bug nor adds a feature
revert: Revert something
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
test: Adding missing tests or correcting existing tests
Comment

PREVIOUS NEXT
Code Example
Shell :: bash string starts with 
Shell :: chalk Error [ERR_REQUIRE_ESM]: require() of ES Module 
Shell :: remove gitignore cache 
Shell :: linux extract zip with password 
Shell :: update homebrew 
Shell :: list usb devices 
Shell :: install tar.xz on ubuntu 
Shell :: tar extract to path 
Shell :: check number of threads in a process linux 
Shell :: ubuntu install latest node with nvm 
Shell :: heroku git steps 
Shell :: docker bash command 
Shell :: linux copy status 
Shell :: man command not found arch 
Shell :: cisco save running config 
Shell :: linux saber la distribución terminal 
Shell :: chmod folder recursive 
Shell :: install node brew 
Shell :: composer require laravel/ui app.css empty 
Shell :: github see the username 
Shell :: gitlab default password 
Shell :: gradle init java application 
Shell :: check memory type 
Shell :: preload for ubuntu 
Shell :: artisan route list naem 
Shell :: ubuntu youtube download playlists 
Shell :: pull changes from dev to remote ranch without merging branch 
Shell :: ubuntu default phpmyadmin password 
Shell :: apache2 configtest 
Shell :: set up redux in react 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =