User Tools

Site Tools


projects:projects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:projects [2026/06/24 09:17] jhagstrandprojects: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     # push feature branch to bare repo   git push origin peaceful     # push feature branch to bare repo
      
 ==== End Branch ==== ==== End Branch ====
   git checkout master   git checkout master
-  git merge --squash peaceful+  #git merge --squash peaceful 
 +  git merge --no-ff peaceful
   git commit -m 'squashed hand-written commit message'   git commit -m 'squashed hand-written commit message'
   git branch -D peaceful    # after squash the big -D force is required   git branch -D peaceful    # after squash the big -D force is required
projects/projects.1782307039.txt.gz · Last modified: 2026/06/24 09:17 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki