====== 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/02/11 20:24] (current) – vlp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Memo | ||
- | |||
## Stash | ## Stash | ||
Line 8: | Line 6: | ||
git rebase -i #####_git -1_du_premier_commit##### | git rebase -i #####_git -1_du_premier_commit##### | ||
- | git push --force | + | git push --forc |
+ | |||
+ | |||
+ | ## Sign commit | ||
+ | |||
+ | git config user.signingkey vlp@fdn.fr | ||
+ | git commit -S -m " | ||
+ | git config --global commit.gpgsign true // alway sign | ||
+ | |||
+ | e | ||