Final tools and comprehensive daily log - ref.py: Quick reference snippets - Updated memory/2026-01-30.md with full session log - 22 tools total, 2 projects
This commit is contained in:
20
data/references.json
Normal file
20
data/references.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"git-undo": {
|
||||
"content": "git reset --soft HEAD~1 # undo last commit, keep changes",
|
||||
"category": "general",
|
||||
"added": "2026-01-30T23:46:59.242680",
|
||||
"views": 0
|
||||
},
|
||||
"git-amend": {
|
||||
"content": "git commit --amend # modify last commit",
|
||||
"category": "general",
|
||||
"added": "2026-01-30T23:46:59.267002",
|
||||
"views": 0
|
||||
},
|
||||
"tmux-split": {
|
||||
"content": "Ctrl+a | (vertical) or Ctrl+a - (horizontal)",
|
||||
"category": "general",
|
||||
"added": "2026-01-30T23:46:59.291657",
|
||||
"views": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user