Skip to content

Instantly share code, notes, and snippets.

View H2NCH2COOH's full-sized avatar

H2NCH2COOH H2NCH2COOH

  • Beijing
  • 14:33 (UTC +08:00)
View GitHub Profile
@magnetikonline
magnetikonline / README.md
Last active June 11, 2026 20:08
List all Git repository objects by size.

List all Git repository objects by size

Summary

Bash script which will:

  • Iterate all commits made within a Git repository.
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 11, 2026 06:40
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname