Table of Contents

Stash

i.e. : éviter de laisser une pile de commit

tig permet une visualisation plus esthetic de git show

git rebase -i #####_git -1_du_premier_commit#####
git push --force

Sign commit

git config user.signingkey vlp@fdn.fr
git commit -S -m "update"
git config --global commit.gpgsign true // alway sign

add second repo

git remote add second_repo git@git_provider.com:vlp/my-project.git git remote set-url --add --push origin git@git_provider.com:vlp/my-project.git