UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
119 stars 104 forks source link

fix: make git commands work #244

Closed Saransh-cpp closed 2 months ago

Saransh-cpp commented 2 months ago

Closes #243

Saransh-cpp commented 2 months ago

When did the -a stopped working for needing to do the add first?

This is confusing to me as well. For some reason, git is considering %%writefile as removing the existing file and writing a new file with the same name. -a then does not work on untracked changes and the commit command errors out.