Skip to content

Instantly share code, notes, and snippets.

@hwpplayer1
Created December 13, 2025 22:39
Show Gist options
  • Select an option

  • Save hwpplayer1/58515635c8ac9c69f8e554c89c24157c to your computer and use it in GitHub Desktop.

Select an option

Save hwpplayer1/58515635c8ac9c69f8e554c89c24157c to your computer and use it in GitHub Desktop.
#!/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