Files
Main/99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Coding/git.md

374 B

Main Commands

Flashcards

#learning/computer_science update local branch list with remote branch list (also deleted ones) ;; git fetch -p p: prune

reorder the last n commits ;; git rebase -i HEAD~n then change the pick order.

word to merge multiple commits into one ;; squash