====== Differences ======
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| it:git [2025/02/11 20:24] – vlp | it:git [2025/11/02 09:44] (current) – vlp | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| git rebase -i #####_git -1_du_premier_commit##### | git rebase -i #####_git -1_du_premier_commit##### | ||
| - | git push --forc | + | git push --force |
| | | ||
| - | + | ## Sign commit | |
| - | ## Sign commit | + | |
| git config user.signingkey vlp@fdn.fr | git config user.signingkey vlp@fdn.fr | ||
| Line 15: | Line 14: | ||
| git config --global commit.gpgsign true // alway sign | git config --global commit.gpgsign true // alway sign | ||
| | | ||
| - | e | + | ## add second repo |
| + | git remote add second_repo git@git_provider.com: | ||
| + | git remote set-url --add --push origin git@git_provider.com: | ||
