Skip to content

Instantly share code, notes, and snippets.

View viniciusstroher's full-sized avatar

Vinicius Ferreira Stroher viniciusstroher

View GitHub Profile
@viniciusstroher
viniciusstroher / gist:4f29608495b9d9b218361760b5bf482c
Last active October 26, 2020 18:17
editando commit messages de commits que ja foram para o push (remote)
git rebase -i HEAD~3 (3 - numeros de commits para traz)
trocar de pick para reword para os commits que deseja alterar, fechar
apos fechar ele vai abrir o vi com os commits para serem alterados (editar e salvar :wq)
git push remote branch --force (reenviar)
git rebase --abort
@codebrainz
codebrainz / license.txt
Last active March 27, 2025 10:35
MJPEG Player in JavaScript
Copyright 2015 Matthew Brush
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: