Skip to content

Instantly share code, notes, and snippets.

View H2NCH2COOH's full-sized avatar

H2NCH2COOH H2NCH2COOH

  • Beijing
  • 17:42 (UTC +08:00)
View GitHub Profile
@magnetikonline
magnetikonline / README.md
Last active July 28, 2026 14:50
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 September 6, 2026 11:05
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname