ffrank / puppet-mgmtgraph

The mgmt translator for Puppet manifests
Other
11 stars 4 forks source link

don't rebase/overwrite git master #5

Closed purpleidea closed 8 years ago

purpleidea commented 8 years ago

I got a sneaking suspicion this is happening. Except for emergencies where someone hacked your repo or you really made a bad push and you fixed in near instantly, don't change git master once you've pushed something. You can git revert a patch instead.

eg: https://github.com/ffrank/puppet-mgmtgraph/commit/1e0d15ddfc19805318eacec9bc9f144f27687938 hit git master, then disappeared.

Cheers!

ffrank commented 8 years ago

Oops. Yes I rebuilt master recently after inadvertently breaking my own build.

Sorry, I'd hoped nobody was tracking so closely 😭

purpleidea commented 8 years ago

@ffrank NP. Probably okay to cheat a few times for now. To avoid this problem I use tpush: https://ttboj.wordpress.com/2016/02/16/introducing-git-tpush/