programing:git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programing:git [2026/04/24 14:18] – mlivolsi | programing:git [2026/04/24 14:19] (current) – mlivolsi | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * cd < | * cd < | ||
| - | * git pull origin master | + | * git pull origin master |
| * git add --all | * git add --all | ||
| * git commit | * git commit | ||
| - | * git push origin master | + | * git push origin master |
| === 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
