I am having trouble merging binary code from the main branch. I do not care about the local version, so I am ok with discarding those changes.
git pull
warning: Cannot merge binary files: ee108_final_project.sim/sim_1/behav/xsim/note_player_manager_tb_behav.wdb (HEAD vs. 75189c1ef7fd720886f346ac04f7f89d459d3687)
error: The following untracked working tree files would be overwritten by merge:
ee108_final_project.runs/.jobs/vrs_config_10.xml
Please move or remove them before you merge.
Aborting
I have tried removing but I get
git rm 'ee108_final_project.runs/.jobs/vrs_config_10.xml
fatal: pathspec ''ee108_final_project.runs/.jobs/vrs_config_10.xml' did not match any files
Not sure what else to attempt. I have tried other commands (git stash) but I get this:
>git stash
Saved working directory and index state WIP on main: 880bcda edited files?
Unlink of file 'ee108_final_project.runs/clk_wiz_0_synth_1/vivado.pb' failed.
How can I git pull? and hopefully choose the main version of the bit file instead of mine