Skip to content

Instantly share code, notes, and snippets.

@AlainBartmanDilaw
Last active November 19, 2023 16:48
Show Gist options
  • Save AlainBartmanDilaw/4c53632a743482f4f6b49d36512822b5 to your computer and use it in GitHub Desktop.
Save AlainBartmanDilaw/4c53632a743482f4f6b49d36512822b5 to your computer and use it in GitHub Desktop.
Modification des messages de commits
https://docs.github.com/fr/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message
# Récupération des 3 derniers messages
git rebase -i HEAD~3
# Pousser les modifications
git push --force origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment