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/07/02 08:07] – [.gitignore] jhagstrand | projects:projects [2026/07/19 05:03] (current) – [End Branch] jhagstrand | ||
|---|---|---|---|
| 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.1782994065.txt.gz · Last modified: 2026/07/02 08:07 by jhagstrand