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 :: how to remove first line from output using awk 
Shell :: android studio adb path mac 
Shell :: why gitignore not working 
Shell :: bash how to find folder 
Shell :: brew update 
Shell :: how to check bash runs with sudo 
Shell :: install nvm ubuntu 
Shell :: Cria um dispositivo gerenciado de cores 
Shell :: downooad sublime in linux mint using terminal 
Shell :: use nvm to install latest node 
Shell :: laravel 8 composer install 
Shell :: add github repo 
Shell :: how to deallocate a port 
Shell :: kill apache Failed to restart apache: [apache] 
Shell :: search all folders for file match linux 
Shell :: install tor browser on kali linux 
Shell :: zsh syntax highlighting plugin 
Shell :: how to find host name in linux 
Shell :: shell ls a zip file 
Shell :: how to check my git username 
Shell :: install pip3.9 
Shell :: ubuntu desktop file folder 
Shell :: check system memory type 
Shell :: improve ubuntu 16.04 performance 
Shell :: apt install only update 
Shell :: dependencies dpkg 
Shell :: exit from sudo su 
Shell :: remove trash linux 
Shell :: stop minecraft server command line 
Shell :: how to install modules from requirement.txt 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =