Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 343 Bytes

goldene-regeln.md

File metadata and controls

9 lines (8 loc) · 343 Bytes

Goldene Regeln (Was auf keinen Fall machen)

  * Niemals einen push --force machen 
    (nur in Abstimmung mit dem gesamten Team) 
  * kein reset vor bereits veröffentlichte commits 
  * git commit --amend nur wenn commit noch nicht veröffentlicht (push auf server) 
  * rebase nur wenn branch / commit noch nicht veröffentlicht