Git (හෝ කිසියම් විධානයක්) සඳහා ප්රතිදානය වර්ණ ගැන්වීමට ක්රමයක් තිබේද?
සලකා බලන්න:
baller@Laptop:~/rails/spunky-monkey$ git status
# On branch new-message-types
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/models/message_type.rb
#
no changes added to commit (use "git add" and/or "git commit -a")
baller@Laptop:~/rails/spunky-monkey$ git add app/models
හා
baller@Laptop:~/rails/spunky-monkey$ git status
# On branch new-message-types
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: app/models/message_type.rb
#
ප්රතිදානය එක හා සමානයි, නමුත් තොරතුරු මුළුමනින්ම වෙනස් ය: ගොනුව අස්ථායි මට්ටමේ සිට කැපවීම සඳහා වේදිකාවට ගොස් ඇත.
ප්රතිදානය වර්ණ ගැන්වීමට ක්රමයක් තිබේද? උදාහරණයක් ලෙස, වේදිකාගත නොකරන ලද ලිපිගොනු රතු, වේදිකාගත කර ඇති කොළ පාටද?
නැත්නම් Changes not staged for commit:
රතු සහ # Changes to be committed:
කොළ පාටටද?
උබුන්ටු වල වැඩ කරනවා.
සංස්කරණය කරන්න: ගූග්ලිං විසින් මෙම පිළිතුර සොයා ගන්නා ලදී git config --global --add color.ui true
.
කෙසේ වෙතත්, විධාන ප්රතිදානයකට වර්ණය එක් කිරීම සඳහා තවත් පොදු විසඳුමක් තිබේද?