====== Differences ======
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| it:git [2023/02/15 09:29] – created - external edit 127.0.0.1 | it:git [2025/11/02 09:44] (current) – vlp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # Memo | ||
| - | |||
| ## Stash | ## Stash | ||
| Line 9: | Line 7: | ||
| git rebase -i #####_git -1_du_premier_commit##### | git rebase -i #####_git -1_du_premier_commit##### | ||
| git push --force | git push --force | ||
| + | | ||
| + | ## Sign commit | ||
| + | git config user.signingkey vlp@fdn.fr | ||
| + | git commit -S -m " | ||
| + | git config --global commit.gpgsign true // alway sign | ||
| + | | ||
| + | ## add second repo | ||
| + | git remote add second_repo git@git_provider.com: | ||
| + | git remote set-url --add --push origin git@git_provider.com: | ||
