view · edit · sidebar · attach · print · history

Can't push after git checkout?

Don't track some file

  • git rm --cheched filename

to get it back you can do

  • git -u

to add the deleted files.

To add only the active file you can do

  • git add -A
view · edit · sidebar · attach · print · history
Page last modified on December 16, 2011, at 09:07 AM