Created
December 13, 2025 22:39
-
-
Save hwpplayer1/58515635c8ac9c69f8e554c89c24157c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Türkiye saatine (UTC+3) göre commit loglarını göster | |
| # --date=format ile özel tarih formatı kullanıyoruz | |
| # %cd commit tarihini temsil eder | |
| git log --pretty=format:"%h %an %s %cd" --date='local' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment