okfn-brasil / perfil-politico-frontend

Front-end that consumes Perfil Político's API
https://perfilpolitico.serenata.ai
GNU General Public License v3.0
31 stars 25 forks source link

issue #20 changing president title #23

Closed vmmelo closed 5 years ago

vmmelo commented 5 years ago

@cuducos sorry, didn't see this change. I'll undo it

vmmelo commented 5 years ago

@cuducos done :)

cuducos commented 5 years ago

Would you mind rebasing to have only one commit? Probably something like:

$ git rebase -i HEAD~2

Then edit the rebase to:

pick 9b13cbe0 issue #20 changing president title
fixup 4da54e4e undoing wrong changes

And finally push with --force ; )

vmmelo commented 5 years ago

Would you mind rebasing to have only one commit? Probably something like:

$ git rebase -i HEAD~2

Then edit the rebase to:

pick 9b13cbe0 issue #20 changing president title
fixup 4da54e4e undoing wrong changes

And finally push with --force ; )

Done