Fixing Your Hash of Commits
Resetting all commits At one point, for various reasons that seemed perfectly logical at the time, I had several half completed commits, commits that included files that should have been ignored (likeRead More…
Resetting all commits At one point, for various reasons that seemed perfectly logical at the time, I had several half completed commits, commits that included files that should have been ignored (likeRead More…
Config files and dev/staging/prod If you’re using any kind of framework in your development, you’ll most likely have database and api/route configuration files somewhere in the mix of things. Since most frameworksRead More…
What you expect it to do Normally, you expect .gitignore to keep files from uploading to your repository, and it is, of course, especially useful for holding on to local configuration files.Read More…
At work I wanted to set up a means for us to keep track of our software/website/code versions and still allow several people to access the code, but then to retain controlRead More…
If you’re not using github and have instead been given access to a git repository server that isn’t set up with WebDAV you’ll need to set up Eclipse to run with SSHRead More…