pr:git-stuff
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
pr:git-stuff [2019/12/07 15:15] – git-pickbranch martok | pr:git-stuff [2025/05/01 12:46] (aktuell) – Test auf Textfile martok | ||
---|---|---|---|
Zeile 68: | Zeile 68: | ||
===== Development branch in einen neuen für PR interaktiv rekonstruieren ===== | ===== Development branch in einen neuen für PR interaktiv rekonstruieren ===== | ||
- | <code bash> | + | <code bash> |
<code bash> | <code bash> | ||
#!/bin/bash | #!/bin/bash | ||
Zeile 77: | Zeile 77: | ||
TAIL=$3 | TAIL=$3 | ||
# switch to feature branch, make it point to last of set | # switch to feature branch, make it point to last of set | ||
- | git checkout $FB | + | git checkout |
git reset --hard $TAIL | git reset --hard $TAIL | ||
# rebuild between first and last as feature branch, branching on start | # rebuild between first and last as feature branch, branching on start | ||
Zeile 83: | Zeile 83: | ||
</ | </ | ||
+ | ===== Contribution nach Namen zum aktuellen Stand tabellieren ===== | ||
+ | |||
+ | <code bash> | ||
+ | perl -e ' | ||
+ | </ | ||
+ | |||
+ | `--since 2.years -wMCC` kann angepasst werden, `-t` muss da bleiben |
pr/git-stuff.1575728141.txt.gz · Zuletzt geändert: 2019/12/07 15:15 von martok