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
cheatsheet:git [2023/07/24 08:46] – [Use git stash to move code between branches] kamaradskicheatsheet:git [2023/07/24 08:46] (current) – [other common commands] kamaradski
Line 82: 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.1690188372.txt.gz · Last modified: 2023/07/24 08:46 by kamaradski