Home > Mobile >  Execute Custom Command in CMD
Execute Custom Command in CMD

Time:11-26

I view my git logs in CMD which has a custom format,

git log --date=format:'%d %b %I:%M%p' --pretty=format:"%C(Yellow)%h%Creset            
  • Related