projects:projects
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:projects [2026/06/24 09:17] – jhagstrand | projects:projects [2026/07/19 05:03] (current) – [End Branch] jhagstrand | ||
|---|---|---|---|
| Line 106: | Line 106: | ||
| ====.gitignore==== | ====.gitignore==== | ||
| - | robots.txt | ||
| - | .well-known/ | ||
| - | js.min | ||
| - | css.min | ||
| index.php | index.php | ||
| + | min.js | ||
| + | min.css | ||
| RELEASES.md | RELEASES.md | ||
| + | robots.txt | ||
| + | .well-known/ | ||
| .aider* | .aider* | ||
| config.php | config.php | ||
| Line 268: | Line 268: | ||
| # save work | # save work | ||
| git checkout peaceful | git checkout peaceful | ||
| + | git commit -m 'feat: new feature' | ||
| git push origin peaceful | git push origin peaceful | ||
| | | ||
| ==== End Branch ==== | ==== End Branch ==== | ||
| git checkout master | git checkout master | ||
| - | git merge --squash peaceful | + | |
| + | git merge --no-ff | ||
| git commit -m ' | git commit -m ' | ||
| git branch -D peaceful | git branch -D peaceful | ||
projects/projects.1782307039.txt.gz · Last modified: 2026/06/24 09:17 by jhagstrand