onny:notizen
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onny:notizen [2026/04/02 14:31] – [ffmpeg] 10.250.0.1 | onny:notizen [2026/04/14 08:59] (current) – [postmarketOS] fdc9:281f:4d7:9ee9::1 | ||
|---|---|---|---|
| Line 617: | Line 617: | ||
| </ | </ | ||
| ==== git ==== | ==== git ==== | ||
| + | |||
| + | unstage changes to a specific file of a specific commit | ||
| + | <code bash> | ||
| + | git rebase -i 19d0900f23e0b29fc2706dbbf8a806cea7c3e0f2^ | ||
| + | git restore --staged --source=HEAD^ -- pkgs/ | ||
| + | git restore -- pkgs/ | ||
| + | git commit --amend | ||
| + | git rebase --continue | ||
| + | </ | ||
| + | |||
| + | merge changes into last commit | ||
| + | <code bash> | ||
| + | git commit -a --amend --no-edit | ||
| + | </ | ||
| + | |||
| show remote origin | show remote origin | ||
| <code bash> | <code bash> | ||
| git remote show origin | git remote show origin | ||
| </ | </ | ||
| + | |||
| change remote origin | change remote origin | ||
| <code bash> | <code bash> | ||
| Line 1614: | Line 1630: | ||
| local file path as flake input | local file path as flake input | ||
| < | < | ||
| - | inputs.verwaltungstracker.url = "path:/ | + | inputs.verwaltungstracker.url = "git+file:/// |
| </ | </ | ||
| Line 1771: | Line 1787: | ||
| ===== postmarketOS ===== | ===== postmarketOS ===== | ||
| + | |||
| + | update checksum | ||
| + | <code bash> | ||
| + | pmbootstrap checksum device-samsung-dream | ||
| + | </ | ||
| general chroot management | general chroot management | ||
onny/notizen.1775140284.txt.gz · Last modified: by 10.250.0.1
