User Tools

Site Tools


programing:git

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
programing:git [2026/04/24 14:18] mlivolsiprograming:git [2026/04/24 14:19] (current) mlivolsi
Line 10: Line 10:
  
   * cd <directory>   * cd <directory>
-  * git pull origin master +  * git pull origin master   (NOTE: master is now main)
   * git add --all   * git add --all
   * git commit   * git commit
-  * git push origin master+  * git push origin master   (NOTE: master is now main)
  
 === Creating a branch and merging changes === === Creating a branch and merging changes ===
Line 54: Line 54:
   * git config --global user.email "your email"   * git config --global user.email "your email"
   * git config --global user.name "first last"   * git config --global user.name "first last"
-  * + 
 + 
  
  
  
  
programing/git.1777040286.txt.gz · Last modified: by mlivolsi