User Tools

Site Tools


computing:gitsurvival

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
computing:gitsurvival [2019/08/14 15:23] – created oemb1905computing:gitsurvival [2019/11/09 22:19] oemb1905
Line 27: Line 27:
   git pull   git pull
   git push   git push
 +  
 +
 +#Make nano default editor
 +git config --global core.editor "nano"
 +
 +#Make ssh default connection method - example
 +git remote set-url origin <ssh address of git repo here>
 +
      
 Happy Haacking. Happy Haacking.
  
  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/08/14 15:18//  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/08/14 15:18//