Skip to content

Instantly share code, notes, and snippets.

View H2NCH2COOH's full-sized avatar

H2NCH2COOH H2NCH2COOH

  • Beijing
  • 00:36 (UTC +08:00)
View GitHub Profile
@magnetikonline
magnetikonline / README.md
Last active April 30, 2025 11:11
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 May 18, 2025 15:01
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname