Remove lines from end of file

For some reason, when looking online, all solutions for removing lines from the end of a file were not working using sed. I found this and it worked https://stackoverflow.com/questions/4881930/remove-the-last-line-from-a-file-in-bash

Read More »

Remote branches not showing up

“git fetch && git pull –all” is supposed to bring down everything but its not. to bring down a remote branch do now you should be able to see it when executing “git branch”

Read More »