Downloaderooni

This is the content for the Downloads page. Replace with content relevant to your site or remove if you only want to include download items.

 
SP Space port pdf
SP Space port pdf
 
Section One
Best wishes Jarl: no it's not. If there are also changes within the file, git mv will not add them to the cache, but git add will. I prefer to move the file back so that I can use git mv, then git add -p to review my change set
Git im Git has improved in the last 8 years, if it's just one file, the top answer stackoverflow.com/a/433142/459 did nothing … but you can follow stackoverflow.com/a/1541072/459 to get an rm/add updated to a mv/modify status
Another Link just want to note that I just tested moving files via the filesystem, and after committing (via intellij) I can then see the whole history (including history when it was at a different location) when viewing the history (again in intellij). I'm assuming intellij isn't doing anything particularly special to do that, so its nice to know that at very least the history can be traced
 
Section 2a
Testing Something that hung me up for a few minutes: if the renamed files and deleted files are not staged for committing then they will show up as a delete and a new file. Once you add them to the staging index it will recognize it as a rename

This is the content for the right hand column of the page.