374 B
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