GIT CHEAT SHEET - 菜鸟教程 $ git mv [file-original] [file-renamed] Changes the file name and prepares it for commit SAVE FRAGMENTS Shelve and restore incomplete changes $ git stash Temporarily stores all modified tracked files $ git stash list Lists all stashed changesets $ git stash pop Restores the most recently stashed files $ git stash drop