Curt Sahd

Export single table MySQL

If you receive the following error: Error 2020: Got packet bigger than max_allowed_packet bytes when dumping table This normally occurs as a result of a particular table exceeding the max_allowed_packet…

Continue reading
0 Comments

What is GitKraken?

Axosoft ™ GitKraken is an open source command-line interface that is according to their website, cross-platform and made by devs for devs. It was built to for working with the…

Continue reading
0 Comments

Change Git remote URL

If you need to change the URL for your git repository you will need to update the url by issuing the following command: git remote set-url origin YOUR-NEW-REPOSITORY-URL.git You can…

Continue reading
0 Comments