User Tools

Site Tools


cheatsheet: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
cheatsheet:git [2023/07/24 08:45] kamaradskicheatsheet:git [2023/07/24 08:46] (current) – [other common commands] kamaradski
Line 59: Line 59:
 git add . git add .
 git commit -m "Your commit message here" git commit -m "Your commit message here"
 +git stash drop // delete the stash in case yuo no longer need it
 </code> </code>
  
Line 81: Line 82:
   * ''git pull'': Fetch and merge changes from the remote repository.   * ''git pull'': Fetch and merge changes from the remote repository.
   * ''git push'': Upload local changes to the remote repository.   * ''git push'': Upload local changes to the remote repository.
-  * ''git stash'': Save changes that have not yet been committed to a temporary stash. 
-  * ''git stash apply'': Apply changes from a stash to the working tree. 
-  * ''git stash drop'': Remove a stash from the stash list. 
  
 ===== .git/config ===== ===== .git/config =====
cheatsheet/git.1690188326.txt.gz · Last modified: 2023/07/24 08:45 by kamaradski