Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git commit messages

Allowed <type> values: #
feat (new feature for the user, not a new feature for build script)
fix (bug fix for the user, not a fix to a build script)
docs (changes to the documentation)
style (formatting, missing semi colons, etc; no production code change)
refactor (refactoring production code, eg. renaming a variable)
test (adding missing tests, refactoring tests; no production code change)
chore (updating grunt tasks etc; no production code change)
Comment

git message

git commit -m "Write your message here"
Comment

Git messages

If your message says something like: 
Make heroImage.jpg in index.html responsive, 
then that's a good message. 
You could adopt the convention that some developers use of 
prefixing their commit messages with 
feat for feature, 
fix for a bugfix, 
style for changes to your CSS, 
docs for changes related to documentation, 
refactor for refactored code or 
maint for general maintenance.
Comment

PREVIOUS NEXT
Code Example
Shell :: to run index.html using parcel server 
Shell :: sed all except last 
Shell :: --force-confold 
Shell :: CentOS Extras aarch64 epel-release-8-8.el8.noarch.rpm 
Shell :: /dev/stdin execute remote script with passing args 
Shell :: thelinuxterminal.com grep command 
Shell :: catch input bash 
Shell :: git config --system core.longpaths true premission denied 
Shell :: frida macOS 
Shell :: remove last n characters from stdin 
Shell :: linux set permissions for all files matching pattern 
Shell :: save local copy and pill git 
Shell :: hint: Waiting for your editor to close the file... need to run as root or suid 
Shell :: run app bashrc 
Shell :: transcode input to output with h264 720p with gpu 
Shell :: wsl install from tar 
Shell :: Instala o Prettier no desenvolvimento 
Shell :: is needed to run `file_system` for your system 
Shell :: wsl2 vcxsrv 
Shell :: check folder exist else create linux 
Shell :: Initializing a repo on local machine 
Shell :: invert 
Shell :: alternative to the default mysql shell 
Shell :: Reduce the hibernate file Windows 10 
Shell :: Alternative to ctrl+R on linux 
Shell :: install phpcs laravel 
Shell :: increase filesystem space in aix 
Shell :: alembic not found 
Shell :: fugitive select branch 
Shell :: one drive linux 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =