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

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
it:git [2025/02/11 20:24] vlpit: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:vlp/my-project.git 
 +   git remote set-url --add --push origin git@git_provider.com:vlp/my-project.git