====== Differences ======

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
it:git [2023/02/15 09:29] – created - external edit 127.0.0.1it: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 "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