#remote

A Nicer Force Git Push

Jul 09, 2019

Most of us have had to git push --force before to overwrite the remote history of your repository. There is a flag that is a bit safer...

Git Remote Tips

Jun 07, 2019

When you're dealing with Git, eventually you'll want to push your code to a remote repository. There are a few useful commands to be aware of.