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
programing:git [2026/04/24 14:18] – [Cloning a Repo] 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 ===
programing/git.txt · Last modified: by mlivolsi