“Apa itu checkout force di git” Kode Jawaban

Checkout Git Force

git checkout -f <Branch Name>
Embarrassed Echidna

Apa itu checkout force di git

Force a Checkout
Pass the -f or --force optionwith the git checkout command
to force Git to switch branches, 
even if you have un-staged changes 
(in other words, the index of the working tree differs from HEAD).

Basically, it can be used to throw away local changes
Quaint Quail

Jawaban yang mirip dengan “Apa itu checkout force di git”

Pertanyaan yang mirip dengan “Apa itu checkout force di git”

Lebih banyak jawaban terkait untuk “Apa itu checkout force di git” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya